0.5.4

Errors

All exception types in the Concave Sandbox SDK.

Exceptions

SandboxAuthenticationErrorException

Raised when API authentication fails (401, 403).

SandboxNotFoundErrorException

Raised when trying to operate on a non-existent sandbox (404).

SandboxRateLimitErrorException

Raised when hitting rate limits or concurrency limits (429). Includes limit and current attributes.

SandboxValidationErrorException

Raised when input validation fails (invalid parameters, empty code, etc.).

SandboxInternalErrorException

Raised when sandbox service has internal errors (500). Not retryable.

SandboxUnavailableErrorException

Raised when sandbox service is unavailable (502, 503). Retryable - includes retryable attribute.

SandboxConnectionErrorException

Raised when unable to connect to the sandbox service.

SandboxTimeoutErrorException

Raised when a request or operation times out. Includes timeout_ms and operation attributes.

SandboxCreationErrorException

Raised when sandbox creation fails.

SandboxExecutionErrorException

Raised when command or code execution fails.

SandboxInvalidResponseErrorException

Raised when API returns unexpected or malformed response.

SandboxFileNotFoundErrorException

Raised when a file is not found (local or remote). Includes path and is_local attributes.