GKE Hub v1 API - Class SyncError (2.4.0)

public sealed class SyncError : IMessage<SyncError>, IEquatable<SyncError>, IDeepCloneable<SyncError>, IBufferMessage, IMessage

Reference documentation and code samples for the GKE Hub v1 API class SyncError.

An ACM created error representing a problem syncing configurations

Inheritance

object > SyncError

Namespace

Google.Cloud.GkeHub.V1.ConfigManagement

Assembly

Google.Cloud.GkeHub.V1.dll

Constructors

SyncError()

public SyncError()

SyncError(SyncError)

public SyncError(SyncError other)
Parameter
NameDescription
otherSyncError

Properties

Code

public string Code { get; set; }

An ACM defined error code

Property Value
TypeDescription
string

ErrorMessage

public string ErrorMessage { get; set; }

A description of the error

Property Value
TypeDescription
string

ErrorResources

public RepeatedField<ErrorResource> ErrorResources { get; }

A list of config(s) associated with the error, if any

Property Value
TypeDescription
RepeatedFieldErrorResource