QGIS API Documentation  3.10.0-A Coruña (6c816b4204)
Public Member Functions | List of all members
QgsServerApiInvalidMimeTypeException Class Reference

the client sent an invalid mime type in the "Accept" header More...

#include <qgsserverexception.h>

Inheritance diagram for QgsServerApiInvalidMimeTypeException:
Inheritance graph
[legend]

Public Member Functions

 QgsServerApiInvalidMimeTypeException (const QString &message=QStringLiteral("The Accept header submitted in the request did not support any of the media types supported by the server for the requested resource"), const QString &mimeType=QStringLiteral("application/json"), int responseCode=406)
 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...
 
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

the client sent an invalid mime type in the "Accept" header

Note that this exception is associated with a default return code 406

Since
QGIS 3.10

Definition at line 305 of file qgsserverexception.h.

Constructor & Destructor Documentation

◆ QgsServerApiInvalidMimeTypeException()

QgsServerApiInvalidMimeTypeException::QgsServerApiInvalidMimeTypeException ( const QString &  message = QStringLiteral( "The Accept header submitted in the request did not support any of the media types supported by the server for the requested resource" ),
const QString &  mimeType = QStringLiteral( "application/json" ),
int  responseCode = 406 
)
inline

Construction.

Definition at line 309 of file qgsserverexception.h.


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