silverback.exceptions
- exception silverback.exceptions.CircuitBreaker(message: str)
Bases:
Halt
Custom exception (created by user) that will trigger an bot shutdown.
- exception silverback.exceptions.ClientError(message: str, ctx: Context | None = None)
Bases:
SilverbackException
,UsageError
Exception for client errors in the HTTP request.
- exception silverback.exceptions.ContainerTypeMismatchError(task_type: TaskType, container: Any)
Bases:
Exception
- exception silverback.exceptions.Halt
Bases:
SilverbackException
- exception silverback.exceptions.ImportFromStringError
Bases:
Exception
- exception silverback.exceptions.InvalidContainerTypeError(container: Any)
Bases:
Exception
- exception silverback.exceptions.NoTasksAvailableError
Bases:
SilverbackException
- exception silverback.exceptions.NoWebsocketAvailableError
Bases:
Exception
- exception silverback.exceptions.SilverbackException
Bases:
ApeException
Base Exception for any Silverback runtime faults.
- exception silverback.exceptions.StartupFailure(*exceptions: Exception | str)
Bases:
SilverbackException