Spatio.Model.AccountError (spatio_sdk v0.0.2)

Per-account failure attached to AccountStatus.error inside a fan-out Envelope. code is machine-readable and stable across releases for the canonical values (auth_expired, rate_limited, provider_5xx, timeout); unknown is a fallback and should not be relied on.

Summary

Types

t()

@type t() :: %Spatio.Model.AccountError{code: String.t(), message: String.t()}

Functions

decode(value)