public enum GcGrouperSyncErrorCode extends Enum<GcGrouperSyncErrorCode>
Enum Constant and Description |
---|
DNE
object is missing in the target and not able to be inserted
|
ERR
error, exception while provisioning
|
INV
invalid data, based on script
|
LEN
attribute value is more than maxlength
|
MAT
grouper object matches multiple target objects
|
MEM
group has no members, and configured to be not provisionable
|
REQ
required field is missing
|
Modifier and Type | Method and Description |
---|---|
static GcGrouperSyncErrorCode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GcGrouperSyncErrorCode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GcGrouperSyncErrorCode ERR
public static final GcGrouperSyncErrorCode INV
public static final GcGrouperSyncErrorCode LEN
public static final GcGrouperSyncErrorCode REQ
public static final GcGrouperSyncErrorCode DNE
public static final GcGrouperSyncErrorCode MAT
public static final GcGrouperSyncErrorCode MEM
public static GcGrouperSyncErrorCode[] values()
for (GcGrouperSyncErrorCode c : GcGrouperSyncErrorCode.values()) System.out.println(c);
public static GcGrouperSyncErrorCode valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullCopyright © 2022 Internet2. All rights reserved.