Enum Class GcGrouperSyncErrorCode
java.lang.Object
java.lang.Enum<GcGrouperSyncErrorCode>
edu.internet2.middleware.grouperClient.jdbc.tableSync.GcGrouperSyncErrorCode
- All Implemented Interfaces:
Serializable
,Comparable<GcGrouperSyncErrorCode>
,java.lang.constant.Constable
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantDescriptionobject is missing in the target and not able to be insertederror, exception while provisioninginvalid data, based on scriptattribute value is more than maxlengthgrouper object matches multiple target objectsgroup has no members, and configured to be not provisionablerequired field is missing -
Method Summary
Modifier and TypeMethodDescriptionstatic GcGrouperSyncErrorCode
Returns the enum constant of this class with the specified name.static GcGrouperSyncErrorCode[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
ERR
error, exception while provisioning -
INV
invalid data, based on script -
LEN
attribute value is more than maxlength -
REQ
required field is missing -
DNE
object is missing in the target and not able to be inserted -
MAT
grouper object matches multiple target objects -
MEM
group has no members, and configured to be not provisionable
-
-
Method Details
-
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
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 nameNullPointerException
- if the argument is null
-