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
Implements
IMessageConfigSyncError, IEquatableConfigSyncError, IDeepCloneableConfigSyncError, IBufferMessage, IMessageNamespace
Google.Cloud.GkeHub.V1.ConfigManagementAssembly
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 |