static <R> Result<R>
error()
error(String message)
of(StatusCode status)
of(StatusCode status, String message)
success()
success(R data)