Uses of Enum Class
fr.gouv.vitam.functional.administration.common.FileAgenciesErrorCode
Packages that use FileAgenciesErrorCode
Package
Description
Provides common classes for the Functional Administration module.
-
Uses of FileAgenciesErrorCode in fr.gouv.vitam.functional.administration.common
Methods in fr.gouv.vitam.functional.administration.common that return FileAgenciesErrorCodeModifier and TypeMethodDescriptionErrorReportAgencies.getCode()
static FileAgenciesErrorCode
Returns the enum constant of this class with the specified name.static FileAgenciesErrorCode[]
FileAgenciesErrorCode.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in fr.gouv.vitam.functional.administration.common with parameters of type FileAgenciesErrorCodeConstructors in fr.gouv.vitam.functional.administration.common with parameters of type FileAgenciesErrorCodeModifierConstructorDescriptionErrorReportAgencies
(FileAgenciesErrorCode code, int line, AgenciesModel agenciesModel) ErrorReportAgencies
(FileAgenciesErrorCode code, int line, String missingInformations)