HTMLPRINTER  2.13.5-1
UIErrorEntry Struct Reference

#include <gui.h>

Public Types

enum  ErrorType { NOT_FOUND, UNSUPPORTED, CORRUPT }
 

Public Member Functions

 UIErrorEntry (ErrorType t, const std::string &n)
 

Data Fields

std::string name
 
enum UIErrorEntry::ErrorType type
 

Detailed Description

error entry

Member Enumeration Documentation

§ ErrorType

enum ErrorType

error type

Enumerator
NOT_FOUND 

resource not found

UNSUPPORTED 

unsupported data format

CORRUPT 

corrupt file

Constructor & Destructor Documentation

§ UIErrorEntry()

UIErrorEntry ( ErrorType  t,
const std::string &  n 
)
inline

constructor

Field Documentation

§ name

std::string name

involved resource name or error message in case of SCRIPT_ERROR

§ type

type of the error


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