public enum ErrorCode extends Enum<ErrorCode>
Enum Constant and Description |
---|
badArgument |
badResumptionToken |
badVerb |
cannotDisseminateFormat |
idDoesNotExist |
noMetadataFormats |
noRecordsMatch |
noSetHierarchy |
Modifier and Type | Method and Description |
---|---|
static ErrorCode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ErrorCode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ErrorCode badArgument
public static final ErrorCode badResumptionToken
public static final ErrorCode badVerb
public static final ErrorCode cannotDisseminateFormat
public static final ErrorCode idDoesNotExist
public static final ErrorCode noRecordsMatch
public static final ErrorCode noMetadataFormats
public static final ErrorCode noSetHierarchy
public static ErrorCode[] values()
for (ErrorCode c : ErrorCode.values()) System.out.println(c);
public static ErrorCode 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 © 2018 The European Holocaust Research Infrastructure (EHRI). All rights reserved.