ApiIOError
is a data class for storing details about an error.
-
Constructor Summary
Constructors
-
Method Summary
The observed timestamp of the error.
The string representation of the request associated with the error.
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
ApiIOError
public ApiIOError()
-
Method Details
-
getRequestAsString
public abstract String getRequestAsString()
The string representation of the request associated with the error.
-
getObservedTimestamp
public abstract Instant getObservedTimestamp()
The observed timestamp of the error.
-
getMessage
public abstract String getMessage()
-
getStackTrace
public abstract String getStackTrace()