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