Interface CloudShellErrorDetailsOrBuilder (2.12.0)

Stay organized with collections Save and categorize content based on your preferences.
public interface CloudShellErrorDetailsOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getCode()

public abstract CloudShellErrorDetails.CloudShellErrorCode getCode()

Code indicating the specific error the occurred.

.google.cloud.shell.v1.CloudShellErrorDetails.CloudShellErrorCode code = 1;

Returns
TypeDescription
CloudShellErrorDetails.CloudShellErrorCode

The code.

getCodeValue()

public abstract int getCodeValue()

Code indicating the specific error the occurred.

.google.cloud.shell.v1.CloudShellErrorDetails.CloudShellErrorCode code = 1;

Returns
TypeDescription
int

The enum numeric value on the wire for code.