Interface OperationErrorOrBuilder (0.1.0)

public interface OperationErrorOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getCode()

public abstract String getCode()

Identifies the specific error that occurred.

string code = 2;

Returns
Type Description
String

The code.

getCodeBytes()

public abstract ByteString getCodeBytes()

Identifies the specific error that occurred.

string code = 2;

Returns
Type Description
ByteString

The bytes for code.

getKind()

public abstract String getKind()

This is always sql#operationError.

string kind = 1;

Returns
Type Description
String

The kind.

getKindBytes()

public abstract ByteString getKindBytes()

This is always sql#operationError.

string kind = 1;

Returns
Type Description
ByteString

The bytes for kind.

getMessage()

public abstract String getMessage()

Additional information about the error encountered.

string message = 3;

Returns
Type Description
String

The message.

getMessageBytes()

public abstract ByteString getMessageBytes()

Additional information about the error encountered.

string message = 3;

Returns
Type Description
ByteString

The bytes for message.