Table of Contents

Class ApiUserAbortException

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

The caller cancelled the request through a CancellationToken. Mirrors JS APIUserAbortError.

public class ApiUserAbortException : TypeSafeException, ISerializable
Inheritance
ApiUserAbortException
Implements
Inherited Members

Constructors

ApiUserAbortException(string?, Exception?)

Create an abort error.

public ApiUserAbortException(string? message = null, Exception? innerException = null)

Parameters

message string
innerException Exception