Table of Contents

Class ApiConnectionException

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

The request or response-body delivery failed (DNS, TLS, connection closed, etc.). Mirrors JS APIConnectionError.

public class ApiConnectionException : TypeSafeException, ISerializable
Inheritance
ApiConnectionException
Implements
Derived
Inherited Members

Constructors

ApiConnectionException(string?, Exception?)

Create a connection error.

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

Parameters

message string
innerException Exception