SandboxError.
Error classes
| Error | Raised when |
|---|---|
SandboxError | Base class for SDK-raised API errors. |
AuthenticationError | The API rejects credentials. |
NotFoundError | A sandbox, volume, or other resource cannot be found. |
RateLimitError | The API returns a rate limit response. |
ServerError | The API returns a server-side error. |
SandboxError includes:
| Attribute | Type | Description |
|---|---|---|
message | str | Human-readable error message. |
status_code | int | None | HTTP status code, when available. |
body | object | None | Parsed response body, when available. |

