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:
MinosException
Base network exception.
- __new__(**kwargs)
- args
- with_traceback()
Exception.with_traceback(tb) – set self.__traceback__ to tb and return self.
- exception MinosDiscoveryConnectorException[source]
Bases:
MinosNetworkException
Exception 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:
MinosNetworkException
Exception 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:
MinosNetworkException
Base handler exception.
- __new__(**kwargs)
- args
- with_traceback()
Exception.with_traceback(tb) – set self.__traceback__ to tb and return self.
- exception MinosActionNotFoundException[source]
Bases:
MinosHandlerException
Exception 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:
MinosHandlerException
Exception 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:
MinosHandlerException
Exception 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:
MinosNetworkException
Base 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:
MinosEnrouteDecoratorException
Exception 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:
MinosEnrouteDecoratorException
Exception 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:
MinosNetworkException
Base exception for requests.
- __new__(**kwargs)
- args
- with_traceback()
Exception.with_traceback(tb) – set self.__traceback__ to tb and return self.