QgsErrorMessage represents single error message.  
 More...
#include <qgserror.h>
QgsErrorMessage represents single error message. 
Definition at line 29 of file qgserror.h.
 
◆ Format
◆ QgsErrorMessage() [1/2]
  
  
      
        
          | QgsErrorMessage::QgsErrorMessage  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
inline   | 
  
 
 
◆ QgsErrorMessage() [2/2]
      
        
          | QgsErrorMessage::QgsErrorMessage  | 
          ( | 
          const QString &  | 
          theMessage,  | 
        
        
           | 
           | 
          const QString &  | 
          theTag = QString::null,  | 
        
        
           | 
           | 
          const QString &  | 
          theFile = QString::null,  | 
        
        
           | 
           | 
          const QString &  | 
          theFunction = QString::null,  | 
        
        
           | 
           | 
          int  | 
          theLine = 0  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
Constructor. 
- Parameters
 - 
  
    | theMessage | error message string  | 
    | theTag | error label, for example GDAL, GDAL Provider, Raster layer  | 
    | theFile | the file where error was created  | 
    | theFunction | the function where error was created  | 
    | theLine | the line where error was created  | 
  
   
Definition at line 25 of file qgserror.cpp.
 
 
◆ file()
  
  
      
        
          | QString QgsErrorMessage::file  | 
          ( | 
           | ) | 
           const | 
         
       
   | 
  
inline   | 
  
 
 
◆ function()
  
  
      
        
          | QString QgsErrorMessage::function  | 
          ( | 
           | ) | 
           const | 
         
       
   | 
  
inline   | 
  
 
 
◆ line()
  
  
      
        
          | int QgsErrorMessage::line  | 
          ( | 
           | ) | 
           const | 
         
       
   | 
  
inline   | 
  
 
 
◆ message()
  
  
      
        
          | QString QgsErrorMessage::message  | 
          ( | 
           | ) | 
           const | 
         
       
   | 
  
inline   | 
  
 
 
◆ tag()
  
  
      
        
          | QString QgsErrorMessage::tag  | 
          ( | 
           | ) | 
           const | 
         
       
   | 
  
inline   | 
  
 
 
The documentation for this class was generated from the following files:
- /tmp/buildd/qgis-2.18.21+99unstable/src/core/qgserror.h
 
- /tmp/buildd/qgis-2.18.21+99unstable/src/core/qgserror.cpp