ElevenLabsException

Base exception for failures produced by the ElevenLabs SDK.

Invalid arguments are reported as IllegalArgumentException, and coroutine cancellation is propagated unchanged. Use kind when application code needs stable classification without matching every concrete subtype.

Inheritors

Types

Link copied to clipboard
Link copied to clipboard

The server response could not be decoded into the expected response type.

Link copied to clipboard

Legacy generic HTTP error. New HTTP requests throw a typed ApiException instead.

Properties

Link copied to clipboard
expect open val cause: Throwable?
Link copied to clipboard

Whether retrying the same operation may succeed without changing the request.

Link copied to clipboard

Stable category intended for application-level handling.

Link copied to clipboard
expect open val message: String?