Skip to main content

Module: intrinsic.solutions.errors

Common errors in the solution building library.

Classes

class BackendHealthError: Thrown if a backend is unhealthy and not expected to recover.

class BackendNoWorkcellError: Thrown if no workcell spec has been installed.

class BackendPendingError: Thrown if a backend is unhealthy but expected to become healthy again.

class Error: Top-level module error for the solution building library.

class FailedPreconditionError: Thrown when a precondition about the state of the solution is broken.

class InvalidArgumentError: Thrown when invalid arguments are passed to the solution building library.

class NotFoundError: Thrown when an element cannot be found in the solution building library.

class UnavailableError: Thrown when a backend of the solution building library cannot be reached.

Functions

retry_on_pending_backend(...)