MonkeyNotFoundError#

exception mobu.exceptions.MonkeyNotFoundError(monkey)#

Bases: ClientRequestError

The named monkey was not found.

Parameters:

monkey (str)

error: ClassVar[str] = 'monkey_not_found'#

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.