QGIS API Documentation
3.26.3-Buenos Aires (65e4edfdad)
|
Go to the documentation of this file.
18 #ifndef QGSWFSSERVICEEXCEPTION_H
19 #define QGSWFSSERVICEEXCEPTION_H
QString locator() const
Returns the locator.
QString code() const
Returns the exception code.
Exception thrown in case of malformed request.
Exception class for WFS service exceptions.
QgsServiceException(const QString &code, const QString &message, int responseCode=200)
Constructor for QgsServiceException.
Exception thrown when data access violates access controls.
Exception base class for service exceptions.
QString message() const
Returns the exception message.
QgsSecurityAccessException(const QString &message, const QString &locator=QString())
Constructor for QgsSecurityAccessException (HTTP error code 403 with Security code name).
QgsBadRequestException(const QString &code, const QString &message, const QString &locator=QString())
Constructor for QgsBadRequestException (HTTP error code 400).