Class ConfigManagementSyncError
An ACM created error representing a problem syncing configurations.
Implements
Inherited Members
Namespace: Google.Apis.GKEHub.v2.Data
Assembly: Google.Apis.GKEHub.v2.dll
Syntax
public class ConfigManagementSyncError : IDirectResponseSchema
Properties
Code
An ACM defined error code
Declaration
[JsonProperty("code")]
public virtual string Code { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
ErrorMessage
A description of the error
Declaration
[JsonProperty("errorMessage")]
public virtual string ErrorMessage { get; set; }
Property Value
Type | Description |
---|---|
string |
ErrorResources
A list of config(s) associated with the error, if any
Declaration
[JsonProperty("errorResources")]
public virtual IList<ConfigManagementErrorResource> ErrorResources { get; set; }
Property Value
Type | Description |
---|---|
IList<ConfigManagementErrorResource> |