Errors
All exception types in the Concave Sandbox SDK.
Exceptions
SandboxAuthenticationErrorExceptionRaised when API authentication fails (401, 403).
SandboxNotFoundErrorExceptionRaised when trying to operate on a non-existent sandbox (404).
SandboxRateLimitErrorExceptionRaised when hitting rate limits or concurrency limits (429). Includes limit and current attributes.
SandboxValidationErrorExceptionRaised when input validation fails (invalid parameters, empty code, etc.).
SandboxInternalErrorExceptionRaised when sandbox service has internal errors (500). Not retryable.
SandboxUnavailableErrorExceptionRaised when sandbox service is unavailable (502, 503). Retryable - includes retryable attribute.
SandboxConnectionErrorExceptionRaised when unable to connect to the sandbox service.
SandboxTimeoutErrorExceptionRaised when a request or operation times out. Includes timeout_ms and operation attributes.
SandboxCreationErrorExceptionRaised when sandbox creation fails.
SandboxExecutionErrorExceptionRaised when command or code execution fails.
SandboxInvalidResponseErrorExceptionRaised when API returns unexpected or malformed response.
SandboxFileNotFoundErrorExceptionRaised when a file is not found (local or remote). Includes path and is_local attributes.