Auth Errors to be used by the auth systems that might be used in Gen3 services.
$ pip install cdiserrors
or
$ poetry add cdiserrors
This provides:
cdiserrors.make_json_error(ex: Exception) -> Response
cdiserrors.setup_default_handlers(app: Flask)
$ pip install cdiserrors[flask]
or
$ poetry add cdiserrors -E flask