GDAL
CPLErrorHandlerAccumulatorStruct Class Reference

Class that stores details about an emitted error. More...

#include <cpl_error_internal.h>

Public Member Functions

 CPLErrorHandlerAccumulatorStruct ()
 Default constructor.
 CPLErrorHandlerAccumulatorStruct (CPLErr eErrIn, CPLErrorNum noIn, const char *msgIn)
 Constructor.

Public Attributes

CPLErr type
 Error level.
CPLErrorNum no
 Error number.
CPLString msg {}
 Error message.

Detailed Description

Class that stores details about an emitted error.

Returned by CPLErrorAccumulator::GetErrors()

Since
3.11

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