Class ModelNotFoundOnServerException
Inheritance
object
Exception
ModelNotFoundOnServerException
Namespace: Glitch9.AIDevKit
Assembly: .dll
Syntax
public class ModelNotFoundOnServerException : Exception
Constructors
ModelNotFoundOnServerException(Api, string)
Declaration
public ModelNotFoundOnServerException(Api api, string modelId)
Parameters
Type | Name | Description |
---|---|---|
Api | api | |
string | modelId |
Properties
Api
Declaration
public Api Api { get; }
Property Value
Type | Description |
---|---|
Api |
ModelId
Declaration
public string ModelId { get; }
Property Value
Type | Description |
---|---|
string |