18#ifndef QGSMAPSERVICEEXCEPTION
19#define QGSMAPSERVICEEXCEPTION
23#include "qgis_server.h"
QgsMapServiceException(const QString &code, const QString &message)
Constructor for QgsMapServiceException.
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.