| QGIS API Documentation
    3.18.1-Zürich (202f1bf7e5)
    | 
#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 request.  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 | 
| 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 | 
| the client sent an invalid mime type in the "Accept" header  More... | |
| class | QgsServerApiNotFoundError | 
| Not found error API exception.  More... | |
| class | QgsServerApiNotImplementedException | 
| this method is not yet implemented  More... | |
| class | QgsServerApiPermissionDeniedException | 
| Forbidden (permission denied) 403.  More... | |
| class | QgsServerException | 
| Exception base class for server exceptions.  More... | |