Open 3D Engine AzCore API Reference 23.10.0
O3DE is an open-source, fully-featured, high-fidelity, modular 3D engine for building games and simulations, available to every industry.
AZ::SerializeContext::ErrorHandler Class Reference

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.
 

The documentation for this class was generated from the following file: