Table of Contents

Class IncompleteResponseException

Namespace
Glitch9.AIDevKit
public class IncompleteResponseException : AIApiException
Inheritance
object
Exception
IncompleteResponseException
Inherited Members

Constructors

IncompleteResponseException(Api, string, string, IErrorInfo)

public IncompleteResponseException(Api api, string modelId, string reason, IErrorInfo details = null)

Parameters

api Api
modelId string
reason string
details IErrorInfo

Properties

IncompleteReason

public string IncompleteReason { get; }

Property Value

string