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_OPERATEBILLINGPERMISSIONERR
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_PAYUINILLEGAL
public static final OrganizationErrorCode FAILEDOPERATION_SUBACCOUNTIDENTITYEXIST
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 final OrganizationErrorCode UNSUPPORTEDOPERATION_ADDDELEGATEPAYERNOTALLOW
public static final OrganizationErrorCode UNSUPPORTEDOPERATION_ADDDISCOUNTINHERITNOTALLOW
public static final OrganizationErrorCode UNSUPPORTEDOPERATION_INCONSISTENTUSERTYPES
public static final OrganizationErrorCode UNSUPPORTEDOPERATION_MANAGEMENTSYSTEMERROR
public static final OrganizationErrorCode UNSUPPORTEDOPERATION_MEMBERACCOUNTARREARS
public static final OrganizationErrorCode UNSUPPORTEDOPERATION_MEMBERDISCOUNTINHERITEXISTED
public static final OrganizationErrorCode UNSUPPORTEDOPERATION_MEMBEREXISTACCOUNTLEVELDISCOUNTINHERIT
public static final OrganizationErrorCode UNSUPPORTEDOPERATION_MEMBERISAGENT
public static final OrganizationErrorCode UNSUPPORTEDOPERATION_ORDERINPROGRESSEXISTED
public static final OrganizationErrorCode UNSUPPORTEDOPERATION_OWNERDISCOUNTINHERITEXISTED
public static final OrganizationErrorCode UNSUPPORTEDOPERATION_PAYERARREARSANDNOCREDITACCOUNT
public static final OrganizationErrorCode UNSUPPORTEDOPERATION_PAYEREXISTACCOUNTLEVELDISCOUNTINHERIT
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 © 2022. All rights reserved.