public static class Fv.CustomResult
extends java.lang.Object
| Constructor and Description |
|---|
CustomResult() |
| Modifier and Type | Method and Description |
|---|---|
static Fv.CustomResult |
failure(io.thedocs.soyuz.err.Err error) |
static Fv.CustomResult |
failure(io.thedocs.soyuz.err.Errors errors) |
static Fv.CustomResult |
failure(java.lang.String code) |
static Fv.CustomResult |
from(Fv.Result result) |
boolean |
hasErrors() |
boolean |
isOk() |
static Fv.CustomResult |
success() |
public boolean isOk()
public boolean hasErrors()
public static Fv.CustomResult success()
public static Fv.CustomResult failure(java.lang.String code)
public static Fv.CustomResult failure(io.thedocs.soyuz.err.Err error)
public static Fv.CustomResult failure(io.thedocs.soyuz.err.Errors errors)
public static Fv.CustomResult from(Fv.Result result)