Table of Contents

Class ModelNotFoundOnApiException

Namespace
Glitch9.AIDevKit
public sealed class ModelNotFoundOnApiException : ModelResponseException
Inheritance
object
Exception
ModelNotFoundOnApiException
Inherited Members

Constructors

ModelNotFoundOnApiException(Api, string)

public ModelNotFoundOnApiException(Api api, string modelId)

Parameters

api Api
modelId string

Properties

ModelId

public string ModelId { get; }

Property Value

string