Exceptions
OtfError ¶
Bases: Exception
Base class for all exceptions in this package.
OtfRequestError ¶
RetryableOtfRequestError ¶
Bases: OtfRequestError
Raised when a request to the OTF API fails but can be retried.
This is typically used for transient errors that may resolve on retry.