Table of Contents

Class ApiException

Namespace
AssemblyAI
Assembly
AssemblyAI.dll

This exception type will be thrown for any non-2XX API responses.

public class ApiException : AssemblyAIException, ISerializable, _Exception
Inheritance
ApiException
Implements
Inherited Members

Properties

ResponseContent

The content of the response that triggered the exception.

public string ResponseContent { get; }

Property Value

string

StatusCode

The error code of the response that triggered the exception.

public HttpStatusCode StatusCode { get; }

Property Value

HttpStatusCode