View Source GoogleApi.Admin.Directory_v1.Model.FailureInfo (google_api_admin v0.40.0)

Info about failures

Attributes

  • errorCode (type: String.t, default: nil) - Canonical code for why the update failed to apply.
  • errorMessage (type: String.t, default: nil) - Failure reason message.
  • printer (type: GoogleApi.Admin.Directory_v1.Model.Printer.t, default: nil) - Failed printer.
  • printerId (type: String.t, default: nil) - Id of a failed printer.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Admin.Directory_v1.Model.FailureInfo{
  errorCode: String.t() | nil,
  errorMessage: String.t() | nil,
  printer: GoogleApi.Admin.Directory_v1.Model.Printer.t() | nil,
  printerId: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.