Module Exceptions

Exception classes of WPS

exception pywps.Exceptions.FileSizeExceeded(value=None)

FileSizeExceeded WPS Exception

exception pywps.Exceptions.InvalidParameterValue(value, text=None)

InvalidParameterValue WPS Exception

exception pywps.Exceptions.MissingParameterValue(value)

MissingParameterValue WPS Exception

exception pywps.Exceptions.NoApplicableCode(value=None)

NoApplicableCode WPS Exception

exception pywps.Exceptions.NotEnoughStorage(value=None)

NotEnoughStorage WPS Exception

exception pywps.Exceptions.ServerBusy(value=None)

ServerBusy WPS Exception

exception pywps.Exceptions.ServerError(value=None)

ServerError WPS Exception

Note

This is custom PyWPS exception and should not be used.

exception pywps.Exceptions.StorageNotSupported(value=None)

StorageNotSupported WPS Exception

exception pywps.Exceptions.VersionNegotiationFailed(value=None)

VersionNegotiationFailed WPS Exception

exception pywps.Exceptions.WPSException

WPSException should be base class for all exceptions

Previous topic

PyWPS API

Next topic

Module GRASS

This Page