Class UnityEvent_OnErrorOccured
- Namespace
- Glitch9.AIDevKit.Components
[Serializable]
public class UnityEvent_OnErrorOccured : UnityEventWrapper<Exception>, IServerSentErrorEventHandler
- Inheritance
-
objectUnityEventWrapper<Exception>UnityEvent_OnErrorOccured
- Implements
Methods
Invoke(Api, ServerSentError)
public void Invoke(Api api, ServerSentError serverSentError)
Parameters
apiApiserverSentErrorServerSentError
Invoke(Api, string)
public void Invoke(Api api, string localErrorMessage)
Parameters
apiApilocalErrorMessagestring