@SchemaCaseFormat(value=LOWER_UNDERSCORE) @DefaultSchema(value=AutoValueSchema.class) public abstract class ApiIOError extends java.lang.Object
ApiIOError is a data class for storing details about an error.| Constructor and Description |
|---|
ApiIOError() |
| Modifier and Type | Method and Description |
|---|---|
abstract java.lang.String |
getEncodedElementAsUtfString()
The encoded UTF-8 string representation of the related processed element.
|
abstract java.lang.String |
getMessage()
The
Exception message. |
abstract Instant |
getObservedTimestamp()
The observed timestamp of the error.
|
abstract java.lang.String |
getStackTrace()
The
Exception stack trace. |
public abstract java.lang.String getEncodedElementAsUtfString()
public abstract Instant getObservedTimestamp()
public abstract java.lang.String getMessage()
Exception message.public abstract java.lang.String getStackTrace()
Exception stack trace.