Errors

CustomValueError

exception src.errors.data_models.CustomValueError(property: str, expected_type: object, received_type: object)[source]

Bases: ValueError

Custom value error that is more verbose than the default implementation

Default docs: —

Inappropriate argument value (of correct type).

property message

StatusCodeError

exception src.errors.request.StatuscodeError(status_code: int)[source]

Bases: Exception

Custom error caused when the service returned a non 200 statuscode.

property message