ElevenLabsValidationError

data class ElevenLabsValidationError(val location: List<String>, val message: String, val type: String? = null)(source)

One field-level validation failure returned by ElevenLabs.

Constructors

Link copied to clipboard
constructor(location: List<String>, message: String, type: String? = null)

Properties

Link copied to clipboard

Location components such as body.text.

Link copied to clipboard

Human-readable validation message.

Link copied to clipboard
val type: String?

ElevenLabs' machine-readable validation type, when supplied.