Class UnityEvent_OnErrorOccured
Inheritance
object
UnityEventWrapper<Exception>
UnityEvent_OnErrorOccured
Implements
Namespace: Glitch9.AIDevKit.Components
Assembly: .dll
Syntax
[Serializable]
public class UnityEvent_OnErrorOccured : UnityEventWrapper<Exception>, IServerSentErrorEventHandler
Methods
Invoke(Api, ServerSentError)
Declaration
public void Invoke(Api api, ServerSentError serverSentError)
Parameters
Type | Name | Description |
---|---|---|
Api | api | |
ServerSentError | serverSentError |
Invoke(Api, string)
Declaration
public void Invoke(Api api, string localErrorMessage)
Parameters
Type | Name | Description |
---|---|---|
Api | api | |
string | localErrorMessage |