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
public static final OrganizationErrorCode FAILEDOPERATION_DISABLEDELETEMEMBERFROMROOTNODE
public static final OrganizationErrorCode FAILEDOPERATION_DISABLEQUITSELFCREATEDORGANIZATION
public static final OrganizationErrorCode FAILEDOPERATION_INORGANIZATIONALREADY
public static final OrganizationErrorCode FAILEDOPERATION_MEMBERNAMEUSED
public static final OrganizationErrorCode FAILEDOPERATION_NODENOTEMPTY
public static final OrganizationErrorCode FAILEDOPERATION_NOTSAMEREGION
public static final OrganizationErrorCode FAILEDOPERATION_ORGANIZATIONEXISTALREADY
public static final OrganizationErrorCode FAILEDOPERATION_ORGANIZATIONNOTEMPTY
public static final OrganizationErrorCode FAILEDOPERATION_QUITSHAREUINTERROR
public static final OrganizationErrorCode FAILEDOPERATION_RESENTINVITATION
public static final OrganizationErrorCode FAILEDOPERATION_SHAREUNITNOTEMPTY
public static final OrganizationErrorCode FAILEDOPERATION_SOMEUINSNOTINORGANIZATION
public static final OrganizationErrorCode FAILEDOPERATION_USERINORGANIZATION
public static final OrganizationErrorCode FAILEDOPERATION_USERNOTREGISTER
public static final OrganizationErrorCode LIMITEXCEEDED_MEMBERS
public static final OrganizationErrorCode LIMITEXCEEDED_NODEDEPTHEXCEEDLIMIT
public static final OrganizationErrorCode LIMITEXCEEDED_NODEEXCEEDLIMIT
public static final OrganizationErrorCode RESOURCEINUSE_NODENAME
public static final OrganizationErrorCode RESOURCEINUSE_NODENAMEUSED
public static final OrganizationErrorCode RESOURCENOTFOUND_INVITATIONNOTEXIST
public static final OrganizationErrorCode RESOURCENOTFOUND_MEMBERNOTEXIST
public static final OrganizationErrorCode RESOURCENOTFOUND_NODENOTEXIST
public static final OrganizationErrorCode RESOURCENOTFOUND_ORGANIZATIONNOTEXIST
public static final OrganizationErrorCode RESOURCENOTFOUND_USERNOTEXIST
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 © 2023. All rights reserved.