Uses of Class
io.github.xezzon.zeroweb.common.exception.ErrorResult.Detail
Packages that use ErrorResult.Detail
-
Uses of ErrorResult.Detail in io.github.xezzon.zeroweb.common.exception
Constructor parameters in io.github.xezzon.zeroweb.common.exception with type arguments of type ErrorResult.DetailModifierConstructorDescriptionErrorResult(Throwable e, List<ErrorResult.Detail> details) 使用 Throwable 对象和详细信息列表构造一个 ErrorResult。