> ## Documentation Index
> Fetch the complete documentation index at: https://docs.parmanasystems.com/llms.txt
> Use this file to discover all available pages before exploring further.

# parmana.errors.api_error

## ParmanaError Objects

```python theme={null}
class ParmanaError(Exception)
```

Canonical base exception for all Parmana SDK errors (see
docs/sdk/SDK\_CONFORMANCE.md `7`). Every SDK-specific exception
inherits from this class, mirroring
typescript/src/errors/ParmanaError.ts.

#### ApiError

Backward-compatible alias -- this class was previously named
ApiError. Existing `except ApiError` / `isinstance(e, ApiError)`
code keeps working unchanged.
