Uses of Class
io.github.xezzon.zeroweb.common.exception.ErrorDetail
Packages that use ErrorDetail
-
Uses of ErrorDetail in io.github.xezzon.zeroweb.common.exception
Methods in io.github.xezzon.zeroweb.common.exception that return ErrorDetailModifier and TypeMethodDescriptionErrorResponse.error()
Returns the value of theerror
record component.ErrorDetail.setDetails
(@NotNull List<ErrorDetail> details) Method parameters in io.github.xezzon.zeroweb.common.exception with type arguments of type ErrorDetailConstructors in io.github.xezzon.zeroweb.common.exception with parameters of type ErrorDetailModifierConstructorDescriptionErrorResponse
(String code, ErrorDetail error) Creates an instance of aErrorResponse
record class.