Table of Contents

Class NotSupportedEndpointException

Namespace
Glitch9.AIDevKit

Exception thrown when a requested endpoint is not supported by the specified API.

public sealed class NotSupportedEndpointException : AIClientException
Inheritance
object
Exception
NotSupportedEndpointException
Inherited Members

Constructors

NotSupportedEndpointException(Api, string, bool)

public NotSupportedEndpointException(Api api, string endpointName, bool streaming = false)

Parameters

api Api
endpointName string
streaming bool

Properties

EndpointName

The name of the unsupported endpoint. Refer to the FluentApiRequestType for the list of supported endpoints.

public string EndpointName { get; }

Property Value

string