Skip to content

Latest commit

 

History

History
28 lines (16 loc) · 584 Bytes

exceptions.rst

File metadata and controls

28 lines (16 loc) · 584 Bytes

Exceptions

.. module:: pywps.exceptions

PyWPS will throw exceptions based on the error occurred. The exceptions will point out what is missing or what went wrong as accurately as possible.

Here is the list of Exceptions and HTTP error codes associated with them:

.. autoclass:: NoApplicableCode

.. autoclass:: InvalidParameterValue

.. autoclass:: MissingParameterValue

.. autoclass:: FileSizeExceeded

.. autoclass:: VersionNegotiationFailed

.. autoclass:: OperationNotSupported

.. autoclass:: StorageNotSupported

.. autoclass:: NotEnoughStorage