public ResultInfo(HttpStatus httpStatus, Exception exception) : this(httpStatus) { Exception = exception; }
public ResultInfo(HttpStatus httpStatus) { HttpStatus = httpStatus; }