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

View Source

Error raised when configuration is invalid.

Summary

Types

t()

@type t() :: %Deepgram.Error.ConfigError{
  __exception__: true,
  key: atom() | nil,
  message: String.t()
}

Functions

new(message, key \\ nil)