AI DevKit
Search Results for

    Show / Hide Table of Contents

    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
    In this article
    Back to top Generated by DocFX