| 
    QGIS API Documentation
    2.18.21-Las Palmas (9fba24a)
    
   | 
 
#include <QString>#include <QList>

Go to the source code of this file.
Classes | |
| class | QgsError | 
| QgsError is container for error messages (report).  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 24 of file qgserror.h.
 1.8.13