QGIS API Documentation 3.37.0-Master (fdefdf9c27f)
Public Member Functions | List of all members
QgsServerApiNotFoundError Class Reference

Not found error API exception. More...

#include <qgsserverexception.h>

Inheritance diagram for QgsServerApiNotFoundError:
Inheritance graph
[legend]

Public Member Functions

 QgsServerApiNotFoundError (const QString &message, const QString &mimeType=QStringLiteral("application/json"), int responseCode=404)
 Construction. More...
 
- Public Member Functions inherited from QgsServerApiException
 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...
 
virtual QByteArray formatResponse (QString &responseFormat) const
 Formats the exception for sending to client. 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 ()
 

Detailed Description

Not found error API exception.

Note that this exception is associated with a default return code 404 which may be not appropriate in some situations.

Since
QGIS 3.10

Definition at line 209 of file qgsserverexception.h.

Constructor & Destructor Documentation

◆ QgsServerApiNotFoundError()

QgsServerApiNotFoundError::QgsServerApiNotFoundError ( const QString &  message,
const QString &  mimeType = QStringLiteral( "application/json" ),
int  responseCode = 404 
)
inline

Construction.

Definition at line 213 of file qgsserverexception.h.


The documentation for this class was generated from the following file: