Class NotSupportedEndpointException
Exception thrown when a requested endpoint is not supported by the specified API.
public sealed class NotSupportedEndpointException : AIClientException
- Inheritance
-
objectExceptionNotSupportedEndpointException
- Inherited Members
Constructors
NotSupportedEndpointException(Api, string, bool)
public NotSupportedEndpointException(Api api, string endpointName, bool streaming = false)
Parameters
apiApiendpointNamestringstreamingbool
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