| QGIS API Documentation
    3.10.0-A Coruña (6c816b4204)
    | 
Exception thrown in case of malformed request. More...
#include <qgsserverexception.h>

| Public Member Functions | |
| QgsBadRequestException (const QString &code, const QString &message, const QString &locator=QString()) | |
| Constructor for QgsBadRequestException (HTTP error code 400).  More... | |
|  Public Member Functions inherited from QgsOgcServiceException | |
| QgsOgcServiceException (const QString &code, const QString &message, const QString &locator=QString(), int responseCode=200, const QString &version=QStringLiteral("1.3.0")) | |
| Construction.  More... | |
| QString | code () const | 
| Returns the exception code.  More... | |
| QByteArray | formatResponse (QString &responseFormat) const override | 
| Formats the exception for sending to client.  More... | |
| QString | locator () const | 
| Returns the locator.  More... | |
| QString | message () const | 
| Returns the exception message.  More... | |
| QString | version () const | 
| Returns the exception version.  More... | |
|  Public Member Functions inherited from QgsServerException | |
| QgsServerException (const QString &message, int responseCode=500) | |
| Constructor.  More... | |
| int | responseCode () const | 
|  Public Member Functions inherited from QgsException | |
| QgsException (const QString &message) | |
| Constructor for QgsException, with the specified error message.  More... | |
| virtual | ~QgsException ()=default throw () | 
| QString | what () const throw () | 
Exception thrown in case of malformed request.
Definition at line 121 of file qgsserverexception.h.
| 
 | inline | 
Constructor for QgsBadRequestException (HTTP error code 400).
| code | Error code name | 
| message | Exception message to return to the client | 
| locator | Locator attribute according to OGC specifications | 
Definition at line 131 of file qgsserverexception.h.
 1.8.13
 1.8.13