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

View Source

Error raised when HTTP requests fail.

Summary

Types

t()

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

Functions

new(message, reason \\ nil)