Search Results for

    Show / Hide Table of Contents

    Class IncompleteResponseException

    Inheritance
    object
    Exception
    AIProviderException
    ModelErrorException
    IncompleteResponseException
    Implements
    ISerializable
    Inherited Members
    ModelErrorException.Model
    ModelErrorException.Type
    AIProviderException.Api
    AIProviderException.StatusCode
    Exception.GetBaseException()
    Exception.GetObjectData(SerializationInfo, StreamingContext)
    Exception.GetType()
    Exception.ToString()
    Exception.Data
    Exception.HelpLink
    Exception.HResult
    Exception.InnerException
    Exception.Message
    Exception.Source
    Exception.StackTrace
    Exception.TargetSite
    Exception.SerializeObjectState
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    Namespace: Glitch9.AIDevKit
    Assembly: Glitch9.AIDevKit.dll
    Syntax
    public class IncompleteResponseException : ModelErrorException, ISerializable

    Constructors

    | Edit this page View Source

    IncompleteResponseException(Api, string, string, IServiceError)

    Declaration
    public IncompleteResponseException(Api api, string modelId, string reason, IServiceError details = null)
    Parameters
    Type Name Description
    Api api
    string modelId
    string reason
    IServiceError details
    | Edit this page View Source

    IncompleteResponseException(Model, string, IServiceError)

    Declaration
    public IncompleteResponseException(Model model, string reason, IServiceError details = null)
    Parameters
    Type Name Description
    Model model
    string reason
    IServiceError details

    Properties

    | Edit this page View Source

    IncompleteReason

    Declaration
    public string IncompleteReason { get; }
    Property Value
    Type Description
    string

    Implements

    ISerializable

    Extension Methods

    ArrayExtensions.ToArrayOrEmpty<T>(T)
    ArrayExtensions.ToArrayOrNull<T>(T)
    EventExtensions.ToDelta<T>(T, string, int, string, bool)
    EventExtensions.ToDone<T>(T, string, int, string)
    EventExtensions.ToErrorEvent<T>(T)
    EventExtensions.ToEvent<T>(T)
    EventExtensions.UpcastDelta<T1, T2>(T1, string, int, string, bool)
    FallbackExtensions.IsOr<TParent, TChild>(TParent, TChild)
    ResponseCastingExtensions.GetResult<T>(T)
    ExceptionExtensions.ExtractDiagnosticMessage(Exception)
    ExceptionExtensions.ExtractServerError(Exception)
    ExceptionExtensions.GetFullMessage(Exception)
    SystemExtensions.GetName(object)
    • Edit this page
    • View Source
    In this article
    Back to top AI DevKit Documentation