Uses of Class
es.kukenan.smartfi.common.api.dtos.error.ErrorDetailDto
Packages that use ErrorDetailDto
Package
Description
Base package for common API error dtos.
-
Uses of ErrorDetailDto in es.kukenan.smartfi.common.api.dtos.error
Fields in es.kukenan.smartfi.common.api.dtos.error with type parameters of type ErrorDetailDtoModifier and TypeFieldDescriptionprivate final Set<ErrorDetailDto>ErrorDetailsBuilder.detailsThe list ofErrorDetailDtobeing built.private Set<ErrorDetailDto>ErrorSummaryDto.detailsError details.Methods in es.kukenan.smartfi.common.api.dtos.error that return types with arguments of type ErrorDetailDtoModifier and TypeMethodDescriptionErrorDetailsBuilder.build()Construct the buildErrorDetailDtolist.Constructors in es.kukenan.smartfi.common.api.dtos.error with parameters of type ErrorDetailDtoModifierConstructorDescriptionErrorSummaryDto(String uuid, Integer status, String errorCode, String errorDescription, Map additionalInfo, ErrorDetailDto... details) State constructor.