GoogleApi.Admin.Directory_v1.Model.FailureInfo (google_api_admin v0.34.1) 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 printer. -
printerId(type:String.t, default:nil) - Id of a failed printer.
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,
printerId: String.t() | nil
}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.