GoogleApi.Vault.V1.Model.AccountCountError (google_api_vault v0.25.0)

View Source

An error that occurred when querying a specific account

Attributes

  • account (type: GoogleApi.Vault.V1.Model.UserInfo.t, default: nil) - Account owner.
  • errorType (type: String.t, default: nil) - Account query error.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.Vault.V1.Model.AccountCountError{
  account: GoogleApi.Vault.V1.Model.UserInfo.t() | nil,
  errorType: String.t() | nil
}

Functions

decode(value, options)

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.