Class GoogleChromePolicyVersionsV1PolicyModificationErrorDetails
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.
Implements
Inherited Members
Namespace: Google.Apis.ChromePolicy.v1.Data
Assembly: Google.Apis.ChromePolicy.v1.dll
Syntax
public class GoogleChromePolicyVersionsV1PolicyModificationErrorDetails : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
ModificationErrors
Output only. List of specific policy modifications errors that may have occurred during a modifying request.
Declaration
[JsonProperty("modificationErrors")]
public virtual IList<GoogleChromePolicyVersionsV1PolicyModificationError> ModificationErrors { get; set; }
Property Value
Type | Description |
---|---|
IList<GoogleChromePolicyVersionsV1PolicyModificationError> |