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:
| Property | Type | Description |
|---|---|---|
message | string | Human-readable error message. |
statusCode | number | null | HTTP status code, when available. |
body | unknown | Parsed response body, when available. |

