Uses of Class
io.tech1.framework.domain.tuples.TupleExceptionDetails
-
Packages that use TupleExceptionDetails Package Description io.tech1.framework.domain.http.requests io.tech1.framework.domain.tuples -
-
Uses of TupleExceptionDetails in io.tech1.framework.domain.http.requests
Methods in io.tech1.framework.domain.http.requests that return TupleExceptionDetails Modifier and Type Method Description TupleExceptionDetailsUserRequestMetadata. getException() -
Uses of TupleExceptionDetails in io.tech1.framework.domain.tuples
Methods in io.tech1.framework.domain.tuples that return TupleExceptionDetails Modifier and Type Method Description static TupleExceptionDetailsTupleExceptionDetails. exception(String message)static TupleExceptionDetailsTupleExceptionDetails. of(boolean ok, String message)static TupleExceptionDetailsTupleExceptionDetails. ok()
-