shipany.bot.errors
shipany.bot.errors package
Module contents
exception shipany.bot.errors.ShipAnyError
Bases: Exception
Base class for all exceptions in ShipAny.bot.
exception shipany.bot.errors.FlowValidationError
Bases: ShipAnyError
Raised when the flow is not valid.
exception shipany.bot.errors.EventProcessingNotImplementedError
Bases: ShipAnyError
Raised when the event processing is not implemented.