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