Interface IServerSentErrorEventHandler
Namespace: Glitch9.AIDevKit.Components
Assembly: .dll
Syntax
public interface IServerSentErrorEventHandler
Methods
Invoke(Api, ServerSentError)
Declaration
void Invoke(Api api, ServerSentError serverSentError)
Parameters
Type | Name | Description |
---|---|---|
Api | api | |
ServerSentError | serverSentError |
Invoke(Api, string)
Declaration
void Invoke(Api api, string errorMessage)
Parameters
Type | Name | Description |
---|---|---|
Api | api | |
string | errorMessage |