Codex.Voice.Events.VoiceStreamEventError (Codex SDK v0.7.2)

Copy Markdown View Source

Error event from the voice pipeline.

Contains the exception that occurred during processing.

Summary

Types

t()

@type t() :: %Codex.Voice.Events.VoiceStreamEventError{
  error: Exception.t(),
  type: :voice_stream_event_error
}