Class IncompleteResponseException
Inheritance
IncompleteResponseException
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
|
Edit this page
View Source
IncompleteResponseException(Model, string, IServiceError)
Declaration
public IncompleteResponseException(Model model, string reason, IServiceError details = null)
Parameters
Properties
|
Edit this page
View Source
IncompleteReason
Declaration
public string IncompleteReason { get; }
Property Value
Implements
Extension Methods