Class: QgsOgcServiceException¶
-
class
qgis.server.
QgsOgcServiceException
(code: str, message: str, locator: str = '', responseCode: int = 200, version: str = '')¶ Bases:
sip.wrapper
Construction
QgsOgcServiceException(
QgsOgcServiceException
)Exception base class for service exceptions.
Note that this exception is associated with a default return code 200 which may be not appropriate in some situations.
Methods
Returns the exception code
- rtype
Tuple[QByteArray, str]
Returns the locator
Returns the exception message
Returns the exception version
-
code
(self) → str¶ Returns the exception code
- Return type
str
-
formatResponse
(self) → Tuple[QByteArray, str]¶ - Return type
Tuple[QByteArray, str]
-
locator
(self) → str¶ Returns the locator
- Return type
str
-
message
(self) → str¶ Returns the exception message
- Return type
str
-
version
(self) → str¶ Returns the exception version
- Return type
str