public enum ChdfsErrorCode extends Enum<ChdfsErrorCode>
Modifier and Type | Method and Description |
---|---|
String |
getValue() |
static ChdfsErrorCode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ChdfsErrorCode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ChdfsErrorCode FAILEDOPERATION
public static final ChdfsErrorCode FAILEDOPERATION_FILESYSTEMNOTEMPTY
public static final ChdfsErrorCode FAILEDOPERATION_QUOTALESSTHANCURRENTUSED
public static final ChdfsErrorCode INTERNALERROR
public static final ChdfsErrorCode INVALIDPARAMETER
public static final ChdfsErrorCode INVALIDPARAMETERVALUE
public static final ChdfsErrorCode INVALIDPARAMETERVALUE_INVALIDACCESSGROUPID
public static final ChdfsErrorCode INVALIDPARAMETERVALUE_INVALIDACCESSGROUPNAME
public static final ChdfsErrorCode INVALIDPARAMETERVALUE_INVALIDACCESSRULEADDRESS
public static final ChdfsErrorCode INVALIDPARAMETERVALUE_INVALIDCAPACITYQUOTA
public static final ChdfsErrorCode INVALIDPARAMETERVALUE_INVALIDDESCRIPTION
public static final ChdfsErrorCode INVALIDPARAMETERVALUE_INVALIDFILESYSTEMID
public static final ChdfsErrorCode INVALIDPARAMETERVALUE_INVALIDFILESYSTEMNAME
public static final ChdfsErrorCode INVALIDPARAMETERVALUE_INVALIDMOUNTPOINTID
public static final ChdfsErrorCode INVALIDPARAMETERVALUE_INVALIDMOUNTPOINTNAME
public static final ChdfsErrorCode INVALIDPARAMETERVALUE_INVALIDVPCID
public static final ChdfsErrorCode LIMITEXCEEDED
public static final ChdfsErrorCode MISSINGPARAMETER
public static final ChdfsErrorCode RESOURCEINUSE
public static final ChdfsErrorCode RESOURCENOTFOUND
public static final ChdfsErrorCode RESOURCENOTFOUND_ACCESSGROUPNOTEXISTS
public static final ChdfsErrorCode RESOURCENOTFOUND_ACCESSRULENOTEXISTS
public static final ChdfsErrorCode RESOURCENOTFOUND_FILESYSTEMNOTEXISTS
public static final ChdfsErrorCode RESOURCENOTFOUND_MOUNTPOINTNOTEXISTS
public static final ChdfsErrorCode RESOURCENOTFOUND_VPCNOTEXISTS
public static final ChdfsErrorCode RESOURCEUNAVAILABLE
public static final ChdfsErrorCode UNAUTHORIZEDOPERATION
public static ChdfsErrorCode[] values()
for (ChdfsErrorCode c : ChdfsErrorCode.values()) System.out.println(c);
public static ChdfsErrorCode 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 nullpublic String getValue()
Copyright © 2021. All rights reserved.