class ErrorPropertiesSource
DialogueErrorProperties › ErrorProperties
Class which holds the properties and handling of an error
Constructors 1
Referenced by ErrorHandlerModuleScript.InsertErrorProperties()
Constants 2
const string EP_HEADER_FORMAT_STRING = "%1 (%2)"Formating for header (%1 = Header; %2 = ErrorCode)
Referenced by DialogueErrorProperties.HandleError()
const string EP_MESSAGE_FORMAT_STRING = "%1\n(%2)"Formating for message (%1 = Message; %2 = AdditionalInfo)
Members 2
protected string m_MessageMessage which will appear on Client
Referenced by DialogueErrorProperties.GetHeader(), DialogueErrorProperties.HandleError(), ErrorProperties()
Show 1 more
, GetClientMessage()protected string m_ServerMessageMessage which will appear on Server
Methods 3
Referenced by ErrorHandlerModuleScript.OnErrorThrown()
Referenced by ErrorHandlerModuleScript.GetClientMessage()
Referenced by ErrorHandlerModuleScript.GetServerMessage()