Table of Contents

Class PermissionDeniedException

Namespace
TypeSafe.AI.Sdk
Assembly
TypeSafe.AI.Sdk.dll

HTTP 403: access is denied.

public class PermissionDeniedException : ApiException, ISerializable
Inheritance
PermissionDeniedException
Implements
Inherited Members

Constructors

PermissionDeniedException(HttpStatusCode, object?, HttpResponseHeaders, string?)

Create an API error from a completed HTTP response.

public PermissionDeniedException(HttpStatusCode statusCode, object? body, HttpResponseHeaders headers, string? message = null)

Parameters

statusCode HttpStatusCode
body object
headers HttpResponseHeaders
message string