public enum OrganizationErrorCode extends Enum<OrganizationErrorCode>
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_AUTHINFOEMPTY
public static final OrganizationErrorCode FAILEDOPERATION_AUTHNOTENTERPRISE
public static final OrganizationErrorCode FAILEDOPERATION_CREATEACCOUNT
public static final OrganizationErrorCode FAILEDOPERATION_CREATEMEMBERAUTHOVERLIMIT
public static final OrganizationErrorCode FAILEDOPERATION_CREATERECORDALREADYSUCCESS
public static final OrganizationErrorCode FAILEDOPERATION_CREATERECORDNOTEXIST
public static final OrganizationErrorCode FAILEDOPERATION_CREATEROLE
public static final OrganizationErrorCode FAILEDOPERATION_MEMBERNAMEUSED
public static final OrganizationErrorCode FAILEDOPERATION_OPERATEPOLICY
public static final OrganizationErrorCode FAILEDOPERATION_ORGANIZATIONMEMBERNAMEUSED
public static final OrganizationErrorCode FAILEDOPERATION_ORGANIZATIONNODENOTEXIST
public static final OrganizationErrorCode FAILEDOPERATION_ORGANIZATIONPERMISSIONILLEGAL
public static final OrganizationErrorCode FAILEDOPERATION_ORGANIZATIONPOLICYILLEGAL
public static final OrganizationErrorCode FAILEDOPERATION_SUBACCOUNTNOTEXIST
public static final OrganizationErrorCode INTERNALERROR
public static final OrganizationErrorCode INVALIDPARAMETER
public static final OrganizationErrorCode LIMITEXCEEDED_CREATEMEMBEROVERLIMIT
public static final OrganizationErrorCode LIMITEXCEEDED_ORGANIZATIONMEMBEROVERLIMIT
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.