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

# Exceptions

<Badge color="purple">Private Preview</Badge>

## AuthenticationError

```python theme={"system"}
AuthenticationError(*args, **kwargs)
```

Raised when authentication fails.

## ConfigurationError

```python theme={"system"}
ConfigurationError(*args, **kwargs)
```

Raised when there's an issue with SDK configuration.

## RasterflowRemoteError

```python theme={"system"}
RasterflowRemoteError(*args, **kwargs)
```

Base exception for all RasterFlow Remote SDK errors.

## WorkflowExecutionError

```python theme={"system"}
WorkflowExecutionError(
    message: str,
    execution_id: str | None = None
)
```

Raised when a workflow execution fails or encounters an error.
