15 #include "CeeUnstructGrid/Base.h" 16 #include "CeeCore/Str.h" 43 ERR_VTFX_WRONG_PASSWORD
49 Code errorCode()
const;
50 void setErrorCode(
Code errorCode);
51 Str userDefinedErrorMessage()
const;
52 void setUserDefinedError(
const Str& errorMessage);
54 static void safeSetErrorCode(
Error* errorObj,
Code errorCode);
55 static void safeSetUserDefinedError(
Error* errorObj,
const Str& errorMessage);
59 Str m_userDefinedErrorMessage;
Namespace cee contains all functionality and structures under the Core component. ...
Definition: AppComponent.cpp:26
File not found.
Definition: Error.h:38
Unsupported file type. E.g. Not a VTF file.
Definition: Error.h:41
A general unicode based string class.
Definition: Str.h:28
A user defined message.
Definition: Error.h:36
Code
Available error codes.
Definition: Error.h:31
Error opening file
Definition: Error.h:39
Error not set
Definition: Error.h:33
Inconsistent data.
Definition: Error.h:35
Error reading file
Definition: Error.h:40
Internal errors in the file. File does not comply to the file specification.
Definition: Error.h:42
Error object for simple error management
Definition: Error.h:27
Aborted by user.
Definition: Error.h:34