Skip to main content

SandboxException

Base class for all sandbox errors. Raised when a general sandbox exception occurs.

TimeoutException

Raised when a timeout occurs. The unavailable exception type is caused by sandbox timeout. The canceled exception type is caused by exceeding request timeout. The deadline_exceeded exception type is caused by exceeding the timeout for process, watch, etc. The unknown exception type is sometimes caused by the sandbox timeout when the request is not processed correctly.

InvalidArgumentException

Raised when an invalid argument is provided.

NotEnoughSpaceException

Raised when there is not enough disk space.

NotFoundException

Raised when a resource is not found.

AuthenticationException

Raised when authentication fails.

TemplateException

Exception raised when the template uses old envd version. It isn’t compatible with the new SDK.

RateLimitException

Raised when the API rate limit is exceeded.

BuildException

Raised when the build fails.

FileUploadException

Raised when the file upload fails.