public enum McsErrorCode extends Enum<McsErrorCode>
ErrorInfo.| Modifier and Type | Method and Description |
|---|---|
static McsErrorCode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static McsErrorCode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final McsErrorCode ACCESS_DENIED_OR_OBJECT_DOES_NOT_EXIST_EXCEPTION
public static final McsErrorCode CANNOT_MODIFY_PERSISTENT_REPRESENTATION
public static final McsErrorCode DATASET_ALREADY_EXISTS
public static final McsErrorCode DATASET_NOT_EXISTS
public static final McsErrorCode FILE_ALREADY_EXISTS
public static final McsErrorCode FILE_NOT_EXISTS
public static final McsErrorCode PROVIDER_NOT_EXISTS
public static final McsErrorCode RECORD_NOT_EXISTS
public static final McsErrorCode LOCAL_RECORD_NOT_EXISTS
public static final McsErrorCode REPRESENTATION_NOT_EXISTS
public static final McsErrorCode VERSION_NOT_EXISTS
public static final McsErrorCode FILE_CONTENT_HASH_MISMATCH
public static final McsErrorCode REPRESENTATION_ALREADY_IN_SET
public static final McsErrorCode CANNOT_PERSIST_EMPTY_REPRESENTATION
public static final McsErrorCode WRONG_CONTENT_RANGE
public static final McsErrorCode REVISION_IS_NOT_VALID
public static final McsErrorCode REVISION_NOT_EXISTS
public static final McsErrorCode BAD_PARAMETER_VALUE
public static final McsErrorCode OTHER
public static McsErrorCode[] values()
for (McsErrorCode c : McsErrorCode.values()) System.out.println(c);
public static McsErrorCode 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 © 2013–2017 Europeana Cloud Development Team. All rights reserved.