Deepgram.Error.WebSocketError exception (Deepgram v0.1.0)

View Source

Error raised when WebSocket connections fail.

Summary

Types

t()

@type t() :: %Deepgram.Error.WebSocketError{
  __exception__: true,
  message: String.t(),
  reason: any()
}

Functions

new(message, reason \\ nil)