GKE Hub v1 API - Class InstallError (2.1.0)

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

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

Errors pertaining to the installation of ACM

Inheritance

Object > InstallError

Namespace

Google.Cloud.GkeHub.V1.ConfigManagement

Assembly

Google.Cloud.GkeHub.V1.dll

Constructors

InstallError()

public InstallError()

InstallError(InstallError)

public InstallError(InstallError other)
Parameter
NameDescription
otherInstallError

Properties

ErrorMessage

public string ErrorMessage { get; set; }

A string representing the user facing error message

Property Value
TypeDescription
String