Spatio.Model.AmbiguousAccountError (spatio_sdk v0.0.2)
Returned when the caller's request matches more than one connected account and no accountId query param disambiguates which one to target. The accounts array enumerates the candidates so the client can prompt the user to pick.
Summary
Types
@type t() :: %Spatio.Model.AmbiguousAccountError{ accounts: [Spatio.Model.AccountChoice.t()] | nil, code: String.t() | nil, error: String.t() }