AI DevKit
Search Results for

    Show / Hide Table of Contents

    Class UnityEvent_OnErrorOccured

    Inheritance
    object
    UnityEventWrapper<Exception>
    UnityEvent_OnErrorOccured
    Implements
    IServerSentErrorEventHandler
    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

    Implements

    IServerSentErrorEventHandler
    In this article
    Back to top Generated by DocFX