| 
    QGIS API Documentation 3.99.0-Master (f78f5286a64)
    
   | 
 
Raised when a request is a Forbidden (permission denied) 403. More...
#include <qgsserverexception.h>

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 | 
| Returns the return HTTP response code associated with this exception.   | |
  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 () | 
Raised when a request is a Forbidden (permission denied) 403.
Note that this exception is associated with a default return code 403 which may be not appropriate in some situations.
Definition at line 248 of file qgsserverexception.h.
      
  | 
  inline | 
Construction.
Definition at line 252 of file qgsserverexception.h.