File: exceptions.rst

package info (click to toggle)
pywps 4.7.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,016 kB
  • sloc: python: 8,846; xml: 723; makefile: 106
file content (28 lines) | stat: -rw-r--r-- 584 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
.. _exceptions:

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