GKE Hub v1 API - Class InstallError (2.5.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
Name Description
other InstallError

Properties

ErrorMessage

public string ErrorMessage { get; set; }

A string representing the user facing error message

Property Value
Type Description
string