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

View Source

Error raised when there are issues with types or arguments.

Summary

Types

t()

@type t() :: %Deepgram.Error.TypeError{
  __exception__: true,
  actual: String.t() | nil,
  expected: String.t() | nil,
  message: String.t()
}

Functions

new(message, expected \\ nil, actual \\ nil)