NotRetainingLogsError#
- exception mobu.exceptions.NotRetainingLogsError#
Bases:
ClientRequestError
Mobu is not configured to retain logs.
- error: ClassVar[str] = 'mobu_not_retaining_logs'#
Used as the
type
field of the error message.Should be overridden by any subclass.
- status_code: ClassVar[int] = 404#
HTTP status code for this type of validation error.