18#ifndef QGSWCSSERVICEEXCEPTION_H
19#define QGSWCSSERVICEEXCEPTION_H
25using namespace Qt::StringLiterals;
QString locator() const
Returns the locator.
QString message() const
Returns the exception message.
QString code() const
Returns the exception code.
QgsOgcServiceException(const QString &code, const QString &message, const QString &locator=QString(), int responseCode=200, const QString &version=u"1.3.0"_s)
Construction.
int responseCode() const
Returns the return HTTP response code associated with this exception.
QgsSecurityAccessException(const QString &message, const QString &locator=QString())
Constructor for QgsSecurityAccessException (Security code name).
QgsServiceException(const QString &code, const QString &message, int responseCode=200)
Constructor for QgsServiceException (empty locator attribute).
QgsServiceException(const QString &code, const QString &message, const QString &locator, int responseCode=200)
Constructor for QgsServiceException.