View Source GoogleApi.ChromePolicy.V1.Model.GoogleChromePolicyVersionsV1PolicyModificationError (google_api_chrome_policy v0.5.0)
Error information for a modification request of a specific policy on a specific target.
Attributes
-
errors
(type:list(String.t)
, default:nil
) - Output only. The non-field errors related to the modification. -
fieldErrors
(type:list(GoogleApi.ChromePolicy.V1.Model.GoogleChromePolicyVersionsV1PolicyModificationFieldError.t)
, default:nil
) - Output only. The error messages related to the modification. -
policySchema
(type:String.t
, default:nil
) - Output only. The specific policy schema modification that had an error. -
policyTargetKey
(type:GoogleApi.ChromePolicy.V1.Model.GoogleChromePolicyVersionsV1PolicyTargetKey.t
, default:nil
) - Output only. The specific policy target modification that had error.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.ChromePolicy.V1.Model.GoogleChromePolicyVersionsV1PolicyModificationError{ errors: [String.t()] | nil, fieldErrors: [ GoogleApi.ChromePolicy.V1.Model.GoogleChromePolicyVersionsV1PolicyModificationFieldError.t() ] | nil, policySchema: String.t() | nil, policyTargetKey: GoogleApi.ChromePolicy.V1.Model.GoogleChromePolicyVersionsV1PolicyTargetKey.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.