QGIS API Documentation
3.26.3-Buenos Aires (65e4edfdad)
|
#include <QString>
#include <QList>
#include "qgis_core.h"
Go to the source code of this file.
Classes | |
class | QgsError |
QgsError is container for error messages (report). It may contain chain (sort of traceback) of error messages (e.g. GDAL - provider - layer). Higher level messages are appended at the end. More... | |
class | QgsErrorMessage |
QgsErrorMessage represents single error message. More... | |
Macros | |
#define | QGS_ERROR_MESSAGE(message, tag) QgsErrorMessage(QString(message),QString(tag), QString(__FILE__), QString(__FUNCTION__), __LINE__) |
#define QGS_ERROR_MESSAGE | ( | message, | |
tag | |||
) | QgsErrorMessage(QString(message),QString(tag), QString(__FILE__), QString(__FUNCTION__), __LINE__) |
Definition at line 26 of file qgserror.h.