@DefaultSchema(value=AutoValueSchema.class) public abstract static class BadRecord.Failure extends java.lang.Object implements java.io.Serializable
| Modifier and Type | Class and Description |
|---|---|
static class |
BadRecord.Failure.Builder |
| Constructor and Description |
|---|
Failure() |
| Modifier and Type | Method and Description |
|---|---|
static BadRecord.Failure.Builder |
builder() |
abstract java.lang.String |
getDescription()
The description of what was being attempted when the failure occurred.
|
abstract @Nullable java.lang.String |
getException()
The exception itself, e.g.
|
abstract @Nullable java.lang.String |
getExceptionStacktrace()
The full stacktrace.
|
public abstract @Nullable java.lang.String getException()
public abstract @Nullable java.lang.String getExceptionStacktrace()
public abstract java.lang.String getDescription()
public static BadRecord.Failure.Builder builder()