Represents an error that occurred with the function LoadResourceFile.
Definition at line 30 of file resourcecompiler.hpp.
#include <resourcecompiler.hpp>
Public Field Index: | |
| Box | AdditonalInfo =nullptr |
| int | ColNo =0 |
| The column number in the resource file where this error occurred. | |
| ResourceFileErrors | ErrorCode |
| The resource key (identifier). | |
| int | LineNo =0 |
| The line number in the resource file where this error occurred. | |
| int | LineNo2 =0 |
| A line number in the resource file where this error also relates to. | |
| Box alib::camp::ResourceFileError::AdditonalInfo =nullptr |
Additional error information. Set as follows:
Definition at line 48 of file resourcecompiler.hpp.
| int alib::camp::ResourceFileError::ColNo =0 |
The column number in the resource file where this error occurred.
Definition at line 38 of file resourcecompiler.hpp.
| ResourceFileErrors alib::camp::ResourceFileError::ErrorCode |
The resource key (identifier).
Definition at line 32 of file resourcecompiler.hpp.
| int alib::camp::ResourceFileError::LineNo =0 |
The line number in the resource file where this error occurred.
Definition at line 35 of file resourcecompiler.hpp.
| int alib::camp::ResourceFileError::LineNo2 =0 |
A line number in the resource file where this error also relates to.
Definition at line 41 of file resourcecompiler.hpp.