# `Codex.Voice.Events.VoiceStreamEventError`
[🔗](https://github.com/nshkrdotcom/codex_sdk/blob/v0.18.1/lib/codex/voice/events.ex#L63)

Error event from the voice pipeline.

Contains the exception that occurred during processing.

# `t`

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

---

*Consult [api-reference.md](api-reference.md) for complete listing*
