Table of Contents

Class NotFoundException

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

HTTP 404: the resource was not found.

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

Constructors

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

Create an API error from a completed HTTP response.

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

Parameters

statusCode HttpStatusCode
body object
headers HttpResponseHeaders
message string