> For the complete documentation index, see [llms.txt](https://docs.sov.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.sov.ai/api-reference/errors.md).

# Error Classes

**Module:** `sovai.errors.sovai_errors`

## Classes

### `InvalidCredentialsError`

```python
class InvalidCredentialsError(Exception)
```

Raise exception if credentional data invalid status code: 401

:param Exception: Base class exception

***

### `ServiceUnavailableError`

```python
class ServiceUnavailableError(Exception)
```

Raise exception if server unavailable status code: 503

:param Exception: Base class exception

***

### `InvalidInputData`

```python
class InvalidInputData(Exception)
```

Raise exception when you incorrent tap input data such email or password

:param Exception: Base class exception

***
