-
public final class CXResult.Failure extends CXResult<Nothing>
-
-
Constructor Summary
Constructors Constructor Description CXResult.Failure(CloudXError error)
-
Method Summary
Modifier and Type Method Description final CloudXErrorgetError()final BooleangetIsSuccess()final BooleangetIsFailure()-
Methods inherited from class io.cloudx.sdk.internal.util.CXResult.Failure
failureOrNull, flatMap, handle, map, onFailure, onSuccess, requireFailure, requireSuccess, successOrNull -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
CXResult.Failure
CXResult.Failure(CloudXError error)
-
-
Method Detail
-
getError
final CloudXError getError()
-
getIsSuccess
final Boolean getIsSuccess()
-
getIsFailure
final Boolean getIsFailure()
-
-
-
-