Skip to main content

AuthenticationError

AuthenticationError(*args, **kwargs)
Raised when authentication fails.

ConfigurationError

ConfigurationError(*args, **kwargs)
Raised when there’s an issue with SDK configuration.

RasterflowRemoteError

RasterflowRemoteError(*args, **kwargs)
Base exception for all RasterFlow Remote SDK errors.

WorkflowExecutionError

WorkflowExecutionError(
    message: str,
    execution_id: str | None = None
)
Raised when a workflow execution fails or encounters an error.