A struct representing an error from the Nylas API.
@type t() :: %ExNylas.Error{ message: String.t() | nil, provider_error: map() | nil, type: String.t() | nil }