static <T> Result<T>
error()
error(RuntimeException exception)
error(String message)
success()
success(T data)