QGIS API Documentation 3.37.0-Master (fdefdf9c27f)
Classes
qgsserverexception.h File Reference
#include <QString>
#include <QByteArray>
#include "qgsexception.h"
#include "qgis_server.h"
#include "qgis_sip.h"
#include "nlohmann/json.hpp"
Include dependency graph for qgsserverexception.h:
This graph shows which files directly or indirectly include this file:

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...