QGIS API Documentation  3.14.0-Pi (9f7028fd23)
Classes | Macros
qgserror.h File Reference
#include <QString>
#include <QList>
#include "qgis_core.h"
Include dependency graph for qgserror.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  QgsError
 
class  QgsErrorMessage
 

Macros

#define QGS_ERROR_MESSAGE(message, tag)   QgsErrorMessage(QString(message),QString(tag), QString(__FILE__), QString(__FUNCTION__), __LINE__)
 

Macro Definition Documentation

◆ QGS_ERROR_MESSAGE

#define QGS_ERROR_MESSAGE (   message,
  tag 
)    QgsErrorMessage(QString(message),QString(tag), QString(__FILE__), QString(__FUNCTION__), __LINE__)

Definition at line 26 of file qgserror.h.