connexion.handlers
¶
This module defines error handlers, operations that produce proper response problems.
Module Contents¶
Classes¶
Handler for responding to ResolverError. |
Attributes¶
- connexion.handlers.logger¶
- connexion.handlers.RESOLVER_ERROR_ENDPOINT_RANDOM_DIGITS = 6¶
- class connexion.handlers.ResolverErrorHandler(status_code, exception)¶
Handler for responding to ResolverError.
- property function(self)¶
- handle(self, *args, **kwargs)¶
- property operation_id(self)¶
- property randomize_endpoint(self)¶
- get_path_parameter_types(self)¶
- async __call__(self, *args, **kwargs)¶