GKE Hub v1 API - Class ConfigSyncError (2.6.0)

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

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

Errors pertaining to the installation of Config Sync

Inheritance

object > ConfigSyncError

Namespace

Google.Cloud.GkeHub.V1.ConfigManagement

Assembly

Google.Cloud.GkeHub.V1.dll

Constructors

ConfigSyncError()

public ConfigSyncError()

ConfigSyncError(ConfigSyncError)

public ConfigSyncError(ConfigSyncError other)
Parameter
Name Description
other ConfigSyncError

Properties

ErrorMessage

public string ErrorMessage { get; set; }

A string representing the user facing error message

Property Value
Type Description
string