Interface Workflow.StateErrorOrBuilder (2.41.0)

public static interface Workflow.StateErrorOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getDetails()

public abstract String getDetails()

Provides specifics about the error.

string details = 1;

Returns
TypeDescription
String

The details.

getDetailsBytes()

public abstract ByteString getDetailsBytes()

Provides specifics about the error.

string details = 1;

Returns
TypeDescription
ByteString

The bytes for details.

getType()

public abstract Workflow.StateError.Type getType()

The type of this state error.

.google.cloud.workflows.v1.Workflow.StateError.Type type = 2;

Returns
TypeDescription
Workflow.StateError.Type

The type.

getTypeValue()

public abstract int getTypeValue()

The type of this state error.

.google.cloud.workflows.v1.Workflow.StateError.Type type = 2;

Returns
TypeDescription
int

The enum numeric value on the wire for type.