public enum StsErrorCode extends Enum<StsErrorCode>
Modifier and Type | Method and Description |
---|---|
String |
getValue() |
static StsErrorCode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StsErrorCode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final StsErrorCode AUTHFAILURE_ACCESSKEYILLEGAL
public static final StsErrorCode INTERNALERROR_DBERROR
public static final StsErrorCode INTERNALERROR_ENCRYPTERROR
public static final StsErrorCode INTERNALERROR_GETAPPIDERROR
public static final StsErrorCode INTERNALERROR_GETROLEERROR
public static final StsErrorCode INTERNALERROR_GETSEEDTOKENERROR
public static final StsErrorCode INTERNALERROR_ILLEGALROLE
public static final StsErrorCode INTERNALERROR_PBSERIALIZEERROR
public static final StsErrorCode INTERNALERROR_SYSTEMERROR
public static final StsErrorCode INTERNALERROR_UNKNOWNERROR
public static final StsErrorCode INVALIDPARAMETER_ACCESSKEYNOTSUPPORT
public static final StsErrorCode INVALIDPARAMETER_ACCOUNTNOTAVALIABLE
public static final StsErrorCode INVALIDPARAMETER_EXTENDSTRATEGYOVERSIZE
public static final StsErrorCode INVALIDPARAMETER_GRANTOTHERRESOURCE
public static final StsErrorCode INVALIDPARAMETER_OVERLIMIT
public static final StsErrorCode INVALIDPARAMETER_OVERTIMEERROR
public static final StsErrorCode INVALIDPARAMETER_PARAMERROR
public static final StsErrorCode INVALIDPARAMETER_POLICYTOOLONG
public static final StsErrorCode INVALIDPARAMETER_RESOUCEERROR
public static final StsErrorCode INVALIDPARAMETER_STRATEGYFORMATERROR
public static final StsErrorCode INVALIDPARAMETER_STRATEGYINVALID
public static final StsErrorCode INVALIDPARAMETER_TEMPCODENOTAVALIABLE
public static final StsErrorCode INVALIDPARAMETER_WEBIDENTITYTOKENERROR
public static final StsErrorCode REQUESTLIMITEXCEEDED
public static final StsErrorCode RESOURCENOTFOUND_ROLENOTFOUND
public static final StsErrorCode UNAUTHORIZEDOPERATION
public static final StsErrorCode UNSUPPORTEDOPERATION
public static StsErrorCode[] values()
for (StsErrorCode c : StsErrorCode.values()) System.out.println(c);
public static StsErrorCode 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.