Exception classes of WPS
pywps.Exceptions.
FileSizeExceeded
(value=None)¶FileSizeExceeded WPS Exception
pywps.Exceptions.
InvalidParameterValue
(value, text=None)¶InvalidParameterValue WPS Exception
pywps.Exceptions.
MissingParameterValue
(value)¶MissingParameterValue WPS Exception
pywps.Exceptions.
NoApplicableCode
(value=None)¶NoApplicableCode WPS Exception
pywps.Exceptions.
NotEnoughStorage
(value=None)¶NotEnoughStorage WPS Exception
pywps.Exceptions.
ServerBusy
(value=None)¶ServerBusy WPS Exception
pywps.Exceptions.
ServerError
(value=None)¶ServerError WPS Exception
Note
This is custom PyWPS exception and should not be used.
pywps.Exceptions.
StorageNotSupported
(value=None)¶StorageNotSupported WPS Exception
pywps.Exceptions.
VersionNegotiationFailed
(value=None)¶VersionNegotiationFailed WPS Exception
pywps.Exceptions.
WPSException
¶WPSException should be base class for all exceptions