Structured error returned from the CloudKit API.
Summary
Functions
Create an error from an HTTP response.
Types
@type t() :: %CloudKit.Error{ __exception__: true, details: term(), message: String.t(), status: non_neg_integer() | nil }
Functions
@spec from_http(non_neg_integer(), term()) :: t()
Create an error from an HTTP response.