Enum Class FileAgenciesErrorCode

java.lang.Object
java.lang.Enum<FileAgenciesErrorCode>
fr.gouv.vitam.functional.administration.common.FileAgenciesErrorCode
All Implemented Interfaces:
Serializable, Comparable<FileAgenciesErrorCode>, Constable

public enum FileAgenciesErrorCode extends Enum<FileAgenciesErrorCode>
FileAgencies Import ErrorCode enumeration
  • Enum Constant Details

    • STP_IMPORT_AGENCIES_ID_DUPLICATION

      public static final FileAgenciesErrorCode STP_IMPORT_AGENCIES_ID_DUPLICATION
      Id duplication Error
    • STP_IMPORT_AGENCIES_NOT_CSV_FORMAT

      public static final FileAgenciesErrorCode STP_IMPORT_AGENCIES_NOT_CSV_FORMAT
      File not in csv format
    • STP_IMPORT_AGENCIES_DELETE_USED_AGENCIES

      public static final FileAgenciesErrorCode STP_IMPORT_AGENCIES_DELETE_USED_AGENCIES
      File including a deletion of a used agency
    • STP_IMPORT_AGENCIES_MISSING_INFORMATIONS

      public static final FileAgenciesErrorCode STP_IMPORT_AGENCIES_MISSING_INFORMATIONS
      Missing information
    • STP_IMPORT_AGENCIES_UPDATED_AGENCIES

      public static final FileAgenciesErrorCode STP_IMPORT_AGENCIES_UPDATED_AGENCIES
      Updated agencies
  • Method Details

    • values

      public static FileAgenciesErrorCode[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static FileAgenciesErrorCode valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null