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

View Source

Error raised when timeout occurs.

Summary

Types

t()

@type t() :: %Deepgram.Error.TimeoutError{
  __exception__: true,
  message: String.t(),
  timeout: integer() | nil
}

Functions

new(message, timeout \\ nil)