QGIS API Documentation 3.39.0-Master (47f7b3a4989)
Loading...
Searching...
No Matches
Public Member Functions | List of all members
QgsServerApiPermissionDeniedException Class Reference

Forbidden (permission denied) 403. More...

#include <qgsserverexception.h>

Inheritance diagram for QgsServerApiPermissionDeniedException:
Inheritance graph
[legend]

Public Member Functions

 QgsServerApiPermissionDeniedException (const QString &message, const QString &mimeType=QStringLiteral("application/json"), int responseCode=403)
 Construction.
 
- Public Member Functions inherited from QgsServerApiException
 QgsServerApiException (const QString &code, const QString &message, const QString &mimeType=QStringLiteral("application/json"), int responseCode=200)
 Construction.
 
QByteArray formatResponse (QString &responseFormat) const override
 Formats the exception for sending to client.
 
- Public Member Functions inherited from QgsServerException
 QgsServerException (const QString &message, int responseCode=500)
 Constructor.
 
int responseCode () const
 
- Public Member Functions inherited from QgsException
 QgsException (const QString &message)
 Constructor for QgsException, with the specified error message.
 
virtual ~QgsException () throw () =default
 
QString what () const throw ()
 

Detailed Description

Forbidden (permission denied) 403.

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

Since
QGIS 3.12

Definition at line 251 of file qgsserverexception.h.

Constructor & Destructor Documentation

◆ QgsServerApiPermissionDeniedException()

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

Construction.

Definition at line 255 of file qgsserverexception.h.


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