minos.networks.exceptions
Exceptions
Exception to be raised when an action cannot be found, |
|
Exception to be raised when there is a failure while communicating with the discovery. |
|
Base exception for enroute decorators. |
|
Base handler exception. |
|
Exception to be raised when not enough entries have been found by a handler. |
|
Exception raised when the configured Discovery Client does not implement de DiscoveryClient interface |
|
Exception to be raised when multiple enroute decorator kinds are applied to the same function. |
|
Base network exception. |
|
Exception to be raised when same enroute decorator is used by multiple actions. |
|
Exception to be raised when request has not content. |
|
Exception to be raised when request has not params. |
|
Exception to be raised when some checkers are not validated. |
|
Base exception for requests. |
- exception MinosNetworkException[source]
Bases:
MinosExceptionBase network exception.
- __new__(**kwargs)
- args
- with_traceback()
Exception.with_traceback(tb) – set self.__traceback__ to tb and return self.
- exception MinosDiscoveryConnectorException[source]
Bases:
MinosNetworkExceptionException to be raised when there is a failure while communicating with the discovery.
- __new__(**kwargs)
- args
- with_traceback()
Exception.with_traceback(tb) – set self.__traceback__ to tb and return self.
- exception MinosInvalidDiscoveryClient[source]
Bases:
MinosNetworkExceptionException raised when the configured Discovery Client does not implement de DiscoveryClient interface
- __new__(**kwargs)
- args
- with_traceback()
Exception.with_traceback(tb) – set self.__traceback__ to tb and return self.
- exception MinosHandlerException[source]
Bases:
MinosNetworkExceptionBase handler exception.
- __new__(**kwargs)
- args
- with_traceback()
Exception.with_traceback(tb) – set self.__traceback__ to tb and return self.
- exception MinosActionNotFoundException[source]
Bases:
MinosHandlerExceptionException to be raised when an action cannot be found,
- __new__(**kwargs)
- args
- with_traceback()
Exception.with_traceback(tb) – set self.__traceback__ to tb and return self.
- exception MinosHandlerNotFoundEnoughEntriesException[source]
Bases:
MinosHandlerExceptionException to be raised when not enough entries have been found by a handler.
- __new__(**kwargs)
- args
- with_traceback()
Exception.with_traceback(tb) – set self.__traceback__ to tb and return self.
- exception NotSatisfiedCheckerException[source]
Bases:
MinosHandlerExceptionException to be raised when some checkers are not validated.
- __new__(**kwargs)
- args
- with_traceback()
Exception.with_traceback(tb) – set self.__traceback__ to tb and return self.
- exception MinosEnrouteDecoratorException[source]
Bases:
MinosNetworkExceptionBase exception for enroute decorators.
- __new__(**kwargs)
- args
- with_traceback()
Exception.with_traceback(tb) – set self.__traceback__ to tb and return self.
- exception MinosMultipleEnrouteDecoratorKindsException[source]
Bases:
MinosEnrouteDecoratorExceptionException to be raised when multiple enroute decorator kinds are applied to the same function.
- __new__(**kwargs)
- args
- with_traceback()
Exception.with_traceback(tb) – set self.__traceback__ to tb and return self.
- exception MinosRedefinedEnrouteDecoratorException[source]
Bases:
MinosEnrouteDecoratorExceptionException to be raised when same enroute decorator is used by multiple actions.
- __new__(**kwargs)
- args
- with_traceback()
Exception.with_traceback(tb) – set self.__traceback__ to tb and return self.
- exception RequestException[source]
Bases:
MinosNetworkExceptionBase exception for requests.
- __new__(**kwargs)
- args
- with_traceback()
Exception.with_traceback(tb) – set self.__traceback__ to tb and return self.