Interface CloudShellErrorDetailsOrBuilder (2.15.0)

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.