Cloud Shell v1 API - Class CloudShellErrorDetails (2.4.0)

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

Reference documentation and code samples for the Cloud Shell v1 API class CloudShellErrorDetails.

Cloud-shell specific information that will be included as details in failure responses.

Inheritance

object > CloudShellErrorDetails

Namespace

Google.Cloud.Shell.V1

Assembly

Google.Cloud.Shell.V1.dll

Constructors

CloudShellErrorDetails()

public CloudShellErrorDetails()

CloudShellErrorDetails(CloudShellErrorDetails)

public CloudShellErrorDetails(CloudShellErrorDetails other)
Parameter
NameDescription
otherCloudShellErrorDetails

Properties

Code

public CloudShellErrorDetails.Types.CloudShellErrorCode Code { get; set; }

Code indicating the specific error the occurred.

Property Value
TypeDescription
CloudShellErrorDetailsTypesCloudShellErrorCode