public enum OrganizationErrorCode extends Enum<OrganizationErrorCode>
Enum Constant and Description |
---|
FAILEDOPERATION_OPERATEPOLICY |
FAILEDOPERATION_SUBACCOUNTNOTEXIST |
INTERNALERROR |
INVALIDPARAMETER |
RESOURCENOTFOUND_MEMBERNOTEXIST |
RESOURCENOTFOUND_MEMBERPOLICYNOTEXIST |
RESOURCENOTFOUND_ORGANIZATIONNOTEXIST |
Modifier and Type | Method and Description |
---|---|
String |
getValue() |
static OrganizationErrorCode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OrganizationErrorCode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OrganizationErrorCode FAILEDOPERATION_OPERATEPOLICY
public static final OrganizationErrorCode FAILEDOPERATION_SUBACCOUNTNOTEXIST
public static final OrganizationErrorCode INTERNALERROR
public static final OrganizationErrorCode INVALIDPARAMETER
public static final OrganizationErrorCode RESOURCENOTFOUND_MEMBERNOTEXIST
public static final OrganizationErrorCode RESOURCENOTFOUND_MEMBERPOLICYNOTEXIST
public static final OrganizationErrorCode RESOURCENOTFOUND_ORGANIZATIONNOTEXIST
public static OrganizationErrorCode[] values()
for (OrganizationErrorCode c : OrganizationErrorCode.values()) System.out.println(c);
public static OrganizationErrorCode 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.