| 
    QGIS API Documentation
    3.26.3-Buenos Aires (65e4edfdad)
    
   | 
 
Exception base class for API exceptions. More...
#include <qgsserverexception.h>

Public Member Functions | |
| QgsServerApiException (const QString &code, const QString &message, const QString &mimeType=QStringLiteral("application/json"), int responseCode=200) | |
| Construction.  More... | |
| QByteArray | formatResponse (QString &responseFormat) const override | 
| Formats the exception for sending to client.  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 base class for API exceptions.
Note that this exception is associated with a default return code 200 which may be not appropriate in some situations.
Definition at line 149 of file qgsserverexception.h.
      
  | 
  inline | 
Construction.
Definition at line 153 of file qgsserverexception.h.
      
  | 
  inlineoverridevirtual | 
Formats the exception for sending to client.
| responseFormat | QString to store the content type of the response format. | 
The default implementation returns text/xml format.
Reimplemented from QgsServerException.
Definition at line 160 of file qgsserverexception.h.
 1.8.17