-
public final class ResultWrapper.Error<T extends Object> extends ResultWrapper<T>
Request was unable to complete - returns the cause of the error
-
-
Constructor Summary
Constructors Constructor Description ResultWrapper.Error(Throwable error)
-