# currentLinearSeparationError

> Get the current linear separation error for this joint, usually in meters. This does not consider admissible movement.

## Definition

* **Type:** Property
* **Namespace:** [UnityEngine.LowLevelPhysics2D](/engine/6000.3/script-reference/unityengine/lowlevelphysics2d.md)
* **Assembly:** UnityEngine.Physics2DModule

```csharp
public float currentLinearSeparationError { get; }
```
