#include "UT_API.h"#include "UT_String.h"Go to the source code of this file.
Classes | |
| class | UT_Error |
Defines | |
| #define | UT_CE_EARLY_INPUT_END UT_ERROR_EOF |
| #define | UT_CE_PARSE_ERROR UT_ERROR_PARSING |
| #define | UT_CE_FILE_ERROR UT_ERROR_FILE_FORMAT |
Enumerations | |
| enum | UT_ErrorSeverity { UT_ERROR_NONE = 0, UT_ERROR_MESSAGE, UT_ERROR_PROMPT, UT_ERROR_WARNING, UT_ERROR_ABORT, UT_ERROR_FATAL, UT_NUM_ERROR_SEVERITIES } |
| enum | UT_CommonErrorCode { UT_ERROR_FILE_NOT_FOUND = 0, UT_ERROR_EOF, UT_ERROR_PARSING, UT_ERROR_FILE_FORMAT, UT_ERROR_OUTSTREAM, UT_ERROR_INSTREAM, UT_ERROR_EARLY_STREAM_END, UT_ERROR_SKIP_PACKET_CLASS, UT_ERROR_SKIP_PACKET_ID, UT_ERROR_SKIP_TOKEN, UT_ERROR_BAD_TOKEN, UT_ERROR_MISSING_TOKEN, UT_ERROR_BAD_INT, UT_ERROR_BAD_FLOAT, UT_ERROR_JUST_STRING, UT_ERROR_BAD_EXTENSION, UT_ERROR_BAD_CPIO_HEADER, UT_ERROR_BAD_CPIO_CONTENTS, UT_ERROR_CANT_MKDIR_FILE_EXISTS, UT_ERROR_FILE_NOT_WRITEABLE, UT_ERROR_ABORT_BY_USER, UT_ERROR_LOW_VIDEO_RAM, UT_ERROR_DEADLOCK } |
| #define UT_CE_EARLY_INPUT_END UT_ERROR_EOF |
Definition at line 74 of file UT_Error.h.
| #define UT_CE_FILE_ERROR UT_ERROR_FILE_FORMAT |
| #define UT_CE_PARSE_ERROR UT_ERROR_PARSING |
Definition at line 75 of file UT_Error.h.
| enum UT_CommonErrorCode |
Definition at line 46 of file UT_Error.h.
| enum UT_ErrorSeverity |
| UT_ERROR_NONE | |
| UT_ERROR_MESSAGE | |
| UT_ERROR_PROMPT | |
| UT_ERROR_WARNING | |
| UT_ERROR_ABORT | |
| UT_ERROR_FATAL | |
| UT_NUM_ERROR_SEVERITIES |
Definition at line 29 of file UT_Error.h.
1.5.9