Skip to main content

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.

Private Preview

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.