View Source GoogleApi.ChromePolicy.V1.Model.GoogleChromePolicyVersionsV1PolicyModificationErrorDetails (google_api_chrome_policy v0.5.1)

Details of the errors encountered during a policy modification request. This message will be returned as part of the details of a google.rpc.Status returned to the user when there is an error in their request.

Attributes

  • modificationErrors (type: list(GoogleApi.ChromePolicy.V1.Model.GoogleChromePolicyVersionsV1PolicyModificationError.t), default: nil) - Output only. List of specific policy modifications errors that may have occurred during a modifying request.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() ::
  %GoogleApi.ChromePolicy.V1.Model.GoogleChromePolicyVersionsV1PolicyModificationErrorDetails{
    modificationErrors:
      [
        GoogleApi.ChromePolicy.V1.Model.GoogleChromePolicyVersionsV1PolicyModificationError.t()
      ]
      | nil
  }

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.