ExNylas.Error (ExNylas v0.11.0)

Copy Markdown View Source

A struct representing an error from the Nylas API.

Summary

Types

t()

@type t() :: %ExNylas.Error{
  message: String.t() | nil,
  provider_error: map() | nil,
  type: String.t() | nil
}