Structured error returned from the Apple Maps Server API.
Summary
Types
@type t() :: %AppleMapsServer.Error{ __exception__: true, details: term(), message: String.t(), status: non_neg_integer() | nil }
Functions
@spec from_http(non_neg_integer(), term()) :: t()