Exceptions
Core exceptions for the entire package.
Exceptions:
Generic base class for all aiorequestful-related errors |
|
Exception raised when the given input is invalid. |
|
Exception raised for import errors, usually from missing modules. |
|
Exception raised for generic HTTP errors. |
|
Exception raised for errors relating to HTTP requests. |
- exception aiorequestful.exception.AIORequestfulError
Bases:
Exception
Generic base class for all aiorequestful-related errors
- exception aiorequestful.exception.InputError
Bases:
AIORequestfulError
,ValueError
Exception raised when the given input is invalid.
- exception aiorequestful.exception.AIORequestfulImportError
Bases:
AIORequestfulError
,ImportError
Exception raised for import errors, usually from missing modules.
- exception aiorequestful.exception.HTTPError
Bases:
AIORequestfulError
Exception raised for generic HTTP errors.