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

View Source

Error raised when JSON parsing fails.

Summary

Types

t()

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

Functions

new(message, data \\ nil)