HDK
|
This is the complete list of members for UT_Error, including all inherited members.
getErrorCode() const | UT_Error | inline |
getErrorFormat(UT_StringHolder &format, const char *error_file, int error_code) | UT_Error | static |
getErrorFormattedString(UT_WorkBuffer &error_str) const | UT_Error | virtual |
getErrorMessage(UT_String &error_str, UT_ErrorSeverity last_severity=UT_ERROR_NONE, bool useheaders=true) const | UT_Error | virtual |
getErrorType() const | UT_Error | inline |
getFileString(UT_String &error_str, const char *error_file, int error_code, UT_ErrorSeverity severity, UT_ErrorSeverity last_severity, bool useheaders) | UT_Error | static |
getLocation() const | UT_Error | inline |
getMemoryUsage(bool inclusive) const | UT_Error | inlinevirtual |
getSeverity() const | UT_Error | inline |
getString() const | UT_Error | inline |
hasError() const | UT_Error | inline |
operator=(const UT_Error &)=default | UT_Error | |
setErrorCode(int code) | UT_Error | |
setErrorLocation(const UT_SourceLocation &loc) | UT_Error | |
setErrorString(const char *string) | UT_Error | |
setErrorType(const char *type) | UT_Error | |
setSeverity(UT_ErrorSeverity) | UT_Error | |
UT_Error(const char *error_type, const int error_code, const char *error_string=nullptr, const UT_ErrorSeverity=UT_ERROR_ABORT, const UT_SourceLocation *location=nullptr) | UT_Error | |
UT_Error(const UT_Error &)=default | UT_Error | |
~UT_Error() | UT_Error | virtual |