![]() |
Gorgon Game Engine
|
This error is fired to a write operations. More...
Public Types | |
enum | ErrorType { Unknown, CannotOpenFile, NoData } |
Error types. More... | |
Public Member Functions | |
WriteError (ErrorType number, const std::string &text) | |
A constructor to allow custom text for the error. More... | |
WriteError (ErrorType number=Unknown) | |
Regular constructor, creates error text to error number. More... | |
Public Attributes | |
ErrorType | number |
The type of loading error occurred. More... | |
Static Public Attributes | |
static const std::string | ErrorStrings [3] |
Strings for error codes. More... | |
This error is fired to a write operations.
enum ErrorType |
WriteError | ( | ErrorType | number = Unknown | ) |
Regular constructor, creates error text to error number.
WriteError | ( | ErrorType | number, |
const std::string & | text | ||
) |
A constructor to allow custom text for the error.
|
static |
Strings for error codes.
ErrorType number |
The type of loading error occurred.