View Source ExNylas.Error (ExNylas v0.9.0)

A struct representing an error from the Nylas API.

Summary

Types

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