airflow.providers.fab.www.api_connexion.exceptions¶
Attributes¶
Exceptions¶
Raise when the object cannot be found. |
|
Raise when the server processes a bad request. |
|
Raise when the user is not authenticated. |
|
Raise when the user does not have the required permissions. |
|
Raise when there is some conflict. |
|
Raise when the object already exists. |
|
Returns a response body and status code for HTTP 500 exception. |
Module Contents¶
- airflow.providers.fab.www.api_connexion.exceptions.doc_link = 'http://apache-airflow-docs.s3-website.eu-central-1.amazonaws.com/docs/apache-airflow/stable/'[source]¶
- exception airflow.providers.fab.www.api_connexion.exceptions.NotFound(title='Not Found', detail=None, headers=None, **kwargs)[source]¶
Bases:
connexion.ProblemException
Raise when the object cannot be found.
- exception airflow.providers.fab.www.api_connexion.exceptions.BadRequest(title='Bad Request', detail=None, headers=None, **kwargs)[source]¶
Bases:
connexion.ProblemException
Raise when the server processes a bad request.
- exception airflow.providers.fab.www.api_connexion.exceptions.Unauthenticated(title='Unauthorized', detail=None, headers=None, **kwargs)[source]¶
Bases:
connexion.ProblemException
Raise when the user is not authenticated.
- exception airflow.providers.fab.www.api_connexion.exceptions.PermissionDenied(title='Forbidden', detail=None, headers=None, **kwargs)[source]¶
Bases:
connexion.ProblemException
Raise when the user does not have the required permissions.
- exception airflow.providers.fab.www.api_connexion.exceptions.Conflict(title='Conflict', detail=None, headers=None, **kwargs)[source]¶
Bases:
connexion.ProblemException
Raise when there is some conflict.