Class EmptyResponseException
Inheritance
EmptyResponseException
Assembly: Glitch9.AIDevKit.dll
Syntax
public class EmptyResponseException : ModelErrorException, ISerializable
Constructors
|
Edit this page
View Source
EmptyResponseException(Api, string)
Declaration
public EmptyResponseException(Api api, string modelId = null)
Parameters
|
Edit this page
View Source
EmptyResponseException(Model)
Declaration
public EmptyResponseException(Model model)
Parameters
| Type |
Name |
Description |
| Model |
model |
|
Implements
Extension Methods