class ErrorHandlerModuleSource
Derived classes
Definition and API of an ErrorHandlerModule - Do not insert any logic here! (as this class is not moddable)
Methods 9
proto native ErrorCategory GetCategory()Returns the category the module handles.
proto native void SetCategory(ErrorCategory category)Set the category the module handles.
Event that gets triggered when an error of the owned category is thrown.
Referenced by ErrorHandlerModuleScript.OnErrorThrown()
Retrieve the message shown on Client
References GetSimpleMessage()
Retrieve the message shown on Client
References GetSimpleMessage()
Retrieve the message shown on Server
References GetSimpleMessage()
Retrieve the message shown on Server
References GetSimpleMessage()
Simple message of just code and info
Referenced by GetClientMessage(), GetLastClientMessage(), GetLastServerMessage()
Show 1 more
, GetServerMessage()Event called by ErrorModuleHandler
Referenced by ErrorModuleHandler.OnEvent()