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
StatusCode
The error code of the response that triggered the exception.
public HttpStatusCode StatusCode { get; }