Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 543 Bytes

exceptions.rst

File metadata and controls

18 lines (11 loc) · 543 Bytes

Exceptions

All exceptions are defined at loafer.exceptions module.

A description of all the exceptions:

  • ProviderError: a fatal error from a provider instance. Loafer will stop all operations and shutdown.
  • ConfigurationError: a configuration error. Loafer will stop all operations and shutdown.
  • DeleteMessage: if any handlers raises this exception, the message will be rejected and acknowledged (the message will be deleted).
  • LoaferException: the base exception for DeleteMessage.