public sealed class SyncError : IMessage<SyncError>, IEquatable<SyncError>, IDeepCloneable<SyncError>, IBufferMessage, IMessageReference documentation and code samples for the GKE Hub v1 API class SyncError.
An ACM created error representing a problem syncing configurations
Implements
IMessageSyncError, IEquatableSyncError, IDeepCloneableSyncError, IBufferMessage, IMessageNamespace
Google.Cloud.GkeHub.V1.ConfigManagementAssembly
Google.Cloud.GkeHub.V1.dll
Constructors
SyncError()
public SyncError()SyncError(SyncError)
public SyncError(SyncError other)| Parameter | |
|---|---|
| Name | Description |
other |
SyncError |
Properties
Code
public string Code { get; set; }An ACM defined error code
| Property Value | |
|---|---|
| Type | Description |
string |
|
ErrorMessage
public string ErrorMessage { get; set; }A description of the error
| Property Value | |
|---|---|
| Type | Description |
string |
|
ErrorResources
public RepeatedField<ErrorResource> ErrorResources { get; }A list of config(s) associated with the error, if any
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldErrorResource |
|