static <T> Result<T>
error(ErrorCode errorCode)
error(ErrorCode errorCode, String errorMsg)
success(T data)