@Internal @DefaultSchema(value=AutoValueSchema.class) public abstract class Failure extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
Failure.Builder |
Constructor and Description |
---|
Failure() |
Modifier and Type | Method and Description |
---|---|
abstract java.lang.String |
getError()
Information about the cause of the failure.
|
abstract byte[] |
getPayload()
Bytes containing the payload which has failed.
|
static Failure.Builder |
newBuilder() |
public abstract byte[] getPayload()
public abstract java.lang.String getError()
public static Failure.Builder newBuilder()