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

View Source

Error raised when authentication fails.

Summary

Types

t()

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