@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 |
getMessage()
The
Exception message. |
abstract Instant |
getObservedTimestamp()
The observed timestamp of the error.
|
abstract java.lang.String |
getRequestAsString()
The string representation of the request associated with the error.
|
abstract java.lang.String |
getStackTrace()
The
Exception stack trace. |
public abstract java.lang.String getRequestAsString()
public abstract Instant getObservedTimestamp()
public abstract java.lang.String getMessage()
Exception
message.public abstract java.lang.String getStackTrace()
Exception
stack trace.