UnexpectedResponse

Deprecated

Use ApiException and inspect its kind or statusCode.

Replace with

ApiException

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
Link copied to clipboard

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

Link copied to clipboard
open override val kind: ElevenLabsErrorKind

Stable category intended for application-level handling.

Link copied to clipboard
expect open val message: String?