HDK
|
#include <NET_Error.h>
Static Public Member Functions | |
static const char * | type () |
![]() | |
static bool | getErrorFormat (UT_StringHolder &format, const char *error_file, int error_code) |
static bool | getFileString (UT_String &error_str, const char *error_file, int error_code, UT_ErrorSeverity severity, UT_ErrorSeverity last_severity, bool useheaders) |
Protected Member Functions | |
virtual bool | translateErrorCode (UT_StringHolder &format, int error_code, bool useheaders) const |
bool | translateErrorMessage (UT_String &error_str, int error_code, UT_ErrorSeverity severity, UT_ErrorSeverity last_severity, bool useheaders) const |
Definition at line 40 of file NET_Error.h.
NET_Error::NET_Error | ( | const char * | error_type, |
const int | error_code, | ||
const char * | error_string = nullptr , |
||
const UT_ErrorSeverity | severity = UT_ERROR_ABORT , |
||
const UT_SourceLocation * | location = nullptr |
||
) |
|
overridevirtual |
Reimplemented from UT_Error.
|
overridevirtual |
Reimplemented from UT_Error.
|
protectedvirtual |
|
protected |
|
inlinestatic |
Definition at line 54 of file NET_Error.h.