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

View Source

Base error for all Deepgram SDK errors.

Summary

Types

t()

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

Functions

new(message, reason \\ nil)