Spatio.Model.ApiError (spatio_sdk v0.0.2)

Standard error envelope returned by 4xx and 5xx responses across the SpatioAPI. Some endpoints attach extra machine-readable fields (code, accounts, requiresPassword, etc.) — those are documented on the individual operation.

Summary

Types

t()

@type t() :: %Spatio.Model.ApiError{code: String.t() | nil, error: String.t()}

Functions

decode(value)