Deputy.Error.ParseError exception (Deputy v0.2.1)

View Source

Represents an error that occurred while parsing the API response.

Summary

Types

t()

@type t() :: %Deputy.Error.ParseError{
  __exception__: true,
  message: String.t(),
  raw_data: any()
}