Public Member Functions | |
AZ_CLASS_ALLOCATOR (ErrorHandler, AZ::SystemAllocator) | |
void | ReportError (const char *message) |
Report an error within the system. | |
void | ReportWarning (const char *message) |
Report a non-fatal warning within the system. | |
void | Push (const DbgStackEntry &de) |
Pushes an entry onto debug stack. | |
void | Pop () |
Pops the last entry from debug stack. | |
unsigned int | GetErrorCount () const |
Get the number of errors reported. | |
unsigned int | GetWarningCount () const |
Get the number of warnings reported. | |
void | Reset () |
Reset error counter. | |