Interface FailedEventOrBuilder (0.13.0)

public interface FailedEventOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getCause()

public abstract String getCause()

The human-readable description of the cause of the failure.

string cause = 2;

Returns
TypeDescription
String

The cause.

getCauseBytes()

public abstract ByteString getCauseBytes()

The human-readable description of the cause of the failure.

string cause = 2;

Returns
TypeDescription
ByteString

The bytes for cause.

getCode()

public abstract Code getCode()

The Google standard error code that best describes this failure.

.google.rpc.Code code = 1;

Returns
TypeDescription
com.google.rpc.Code

The code.

getCodeValue()

public abstract int getCodeValue()

The Google standard error code that best describes this failure.

.google.rpc.Code code = 1;

Returns
TypeDescription
int

The enum numeric value on the wire for code.