QGIS API Documentation 3.43.0-Master (32433f7016e)
|
#include <QString>
#include <QByteArray>
#include "qgsexception.h"
#include "qgis_server.h"
#include "qgis_sip.h"
#include "nlohmann/json.hpp"
Go to the source code of this file.
Classes | |
class | QgsBadRequestException |
Exception thrown in case of malformed requests. More... | |
class | QgsOgcServiceException |
Exception base class for service exceptions. More... | |
class | QgsServerApiBadRequestException |
Bad request error API exception. More... | |
class | QgsServerApiException |
Exception base class for API exceptions. More... | |
class | QgsServerApiImproperlyConfiguredException |
Raised when a configuration error on the server prevents to serve the request, which would be valid otherwise. More... | |
class | QgsServerApiInternalServerError |
Internal server error API exception. More... | |
class | QgsServerApiInvalidMimeTypeException |
Raised when the client sent an invalid mime type in the "Accept" header. More... | |
class | QgsServerApiNotFoundError |
Not found error API exception. More... | |
class | QgsServerApiNotImplementedException |
Raised when the client requested a method that is not yet implemented. More... | |
class | QgsServerApiPermissionDeniedException |
Raised when a request is a Forbidden (permission denied) 403. More... | |
class | QgsServerException |
Exception base class for server exceptions. More... | |