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

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 printers.
  • printerIds (type: String.t, default: nil) - Ids of failed printers.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

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

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.