foca.errors package

Submodules

foca.errors.exceptions module

Define and register exceptions raised in app context with Connexion app.

foca.errors.exceptions.register_exception_handler(app: FlaskApp) FlaskApp

Register generic JSON problem handler with Connexion application instance.

Parameters:

app – Connexion application instance.

Returns:

Connexion application instance with registered generic JSON problem handler.