Uses of Class
fr.gouv.vitam.common.error.VitamErrorDetails
Packages that use VitamErrorDetails
Package
Description
Contains
- services codes and their name
- domains codes and their name
- public Vitam codes
- services codes and their name
- domains codes and their name
- public Vitam codes
-
Uses of VitamErrorDetails in fr.gouv.vitam.collect.common.exception
Methods in fr.gouv.vitam.collect.common.exception that return types with arguments of type VitamErrorDetailsMethod parameters in fr.gouv.vitam.collect.common.exception with type arguments of type VitamErrorDetailsModifier and TypeMethodDescriptionstatic jakarta.ws.rs.core.ResponseCollectRequestResponse.toVitamError(jakarta.ws.rs.core.Response.Status status, String message, List<VitamErrorDetails> errorsDetails) Constructors in fr.gouv.vitam.collect.common.exception with parameters of type VitamErrorDetailsModifierConstructorDescriptionCollectInternalSingleErrorsDetailException(String message, VitamErrorDetails errorsDetails) CollectInternalSingleErrorsDetailException(String message, VitamErrorDetails errorsDetails, Throwable cause) Constructor parameters in fr.gouv.vitam.collect.common.exception with type arguments of type VitamErrorDetailsModifierConstructorDescriptionCollectInternalErrorsDetailsException(String message, List<VitamErrorDetails> errorsDetailsList) CollectInternalErrorsDetailsException(String message, List<VitamErrorDetails> errorsDetailsList, Throwable cause) CollectInternalMultipleErrorsDetailsException(String message, List<VitamErrorDetails> errorsDetailsList) -
Uses of VitamErrorDetails in fr.gouv.vitam.collect.internal.core.csv
Method parameters in fr.gouv.vitam.collect.internal.core.csv with type arguments of type VitamErrorDetailsModifier and TypeMethodDescriptionCsvErrorAccumulator.buildException(String errorMessage, List<VitamErrorDetails> errorsDetails) -
Uses of VitamErrorDetails in fr.gouv.vitam.collect.internal.core.helpers
Methods in fr.gouv.vitam.collect.internal.core.helpers that return VitamErrorDetailsModifier and TypeMethodDescriptionstatic VitamErrorDetailsCollectErrorDetailHelper.generateVitamErrorsDetails(CollectErrorMessagesEnum error, Map<CollectErrorParamEnum, String> params) Method parameters in fr.gouv.vitam.collect.internal.core.helpers with type arguments of type VitamErrorDetailsModifier and TypeMethodDescriptionprotected abstract EAbstractErrorAccumulator.buildException(String errorMessage, List<VitamErrorDetails> errorDetails) -
Uses of VitamErrorDetails in fr.gouv.vitam.collect.internal.core.jsonl
Method parameters in fr.gouv.vitam.collect.internal.core.jsonl with type arguments of type VitamErrorDetailsModifier and TypeMethodDescriptionJsonlErrorAccumulator.buildException(String errorMessage, List<VitamErrorDetails> errorsDetails) -
Uses of VitamErrorDetails in fr.gouv.vitam.common.error
Methods in fr.gouv.vitam.common.error that return types with arguments of type VitamErrorDetailsMethod parameters in fr.gouv.vitam.common.error with type arguments of type VitamErrorDetailsModifier and TypeMethodDescriptionVitamError.setErrorsDetails(List<VitamErrorDetails> errorsDetails)