Enum Class Task.ErrorCode

java.lang.Object
java.lang.Enum<Task.ErrorCode>
de.espirit.firstspirit.access.Task.ErrorCode
All Implemented Interfaces:
Serializable, Comparable<Task.ErrorCode>, Constable
Enclosing interface:
Task

public static enum Task.ErrorCode extends Enum<Task.ErrorCode>
Error code for task verify.
Since:
4.2.400
  • Enum Constant Details

    • STORE_ELEMENT_NOT_FOUND

      public static final Task.ErrorCode STORE_ELEMENT_NOT_FOUND
      StoreElement not found.
      Since:
      4.2.400
    • STORE_ELEMENT_TASK_NOT_REFERENCED

      public static final Task.ErrorCode STORE_ELEMENT_TASK_NOT_REFERENCED
      Task is not referenced in StoreElement.
      Since:
      4.2.400
    • ENTITY_NOT_FOUND

      public static final Task.ErrorCode ENTITY_NOT_FOUND
      Entity not found.
      Since:
      4.2.400
    • ENTITY_TASK_NOT_REFERENCED

      public static final Task.ErrorCode ENTITY_TASK_NOT_REFERENCED
      Task is not referenced in Entity.
      Since:
      4.2.400
    • USER_NOT_FOUND

      public static final Task.ErrorCode USER_NOT_FOUND
      User not found.
      Since:
      4.2.400
    • WORKFLOW_NOT_FOUND

      public static final Task.ErrorCode WORKFLOW_NOT_FOUND
      Workflow not found.
      Since:
      4.2.400
    • SCHEMA_READ_ONLY

      public static final Task.ErrorCode SCHEMA_READ_ONLY
      Database schema is read-only.
      Since:
      4.2.400
    • ENTITY_LOAD_ERROR

      public static final Task.ErrorCode ENTITY_LOAD_ERROR
      Loading failure for entity.
      Since:
      5.0.100
  • Method Details

    • values

      public static Task.ErrorCode[] 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 Task.ErrorCode 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