InvalidInput

org.llm4s.speech.stt.STTError.InvalidInput
final case class InvalidInput(message: String, context: Map[String, String]) extends STTError

Invalid input or configuration

Attributes

Graph
Supertypes
trait STTError
trait LLMError
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

override def userFriendly: String

Attributes

Definition Classes

Inherited methods

def code: Option[String]

Optional error code for programmatic handling

Optional error code for programmatic handling

Attributes

Inherited from:
LLMError
def correlationId: Option[String]

Error correlation IDs for debugging

Error correlation IDs for debugging

Attributes

Inherited from:
LLMError
def formatted: String

Formatted error message with context

Formatted error message with context

Attributes

Inherited from:
LLMError
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product
def retryable: Boolean

Attributes

Inherited from:
STTError

Deprecated and Inherited methods

def isRecoverable: Boolean

DEPRECATED: Use type-level markers instead

DEPRECATED: Use type-level markers instead

Attributes

Deprecated
[Since version 0.1.9] Use pattern matching on RecoverableError/NonRecoverableError traits
Inherited from:
LLMError