Package com.oracle.bmc.cims.model
Enum ErrorCode
- java.lang.Object
- 
- java.lang.Enum<ErrorCode>
- 
- com.oracle.bmc.cims.model.ErrorCode
 
 
- 
- All Implemented Interfaces:
- BmcEnum,- Serializable,- Comparable<ErrorCode>
 
 @Generated(value="OracleSDKGenerator", comments="API Version: 20181231") public enum ErrorCode extends Enum<ErrorCode> implements BmcEnumService error codes that can be returned from the API calls.
- 
- 
Enum Constant Summary
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ErrorCodecreate(String key)StringgetValue()static ErrorCodevalueOf(String name)Returns the enum constant of this type with the specified name.static ErrorCode[]values()Returns an array containing the constants of this enum type, in the order they are declared.
 
- 
- 
- 
Enum Constant Detail- 
ContentEmptypublic static final ErrorCode ContentEmpty 
 - 
ClientExceptionpublic static final ErrorCode ClientException 
 - 
InvalidFormatpublic static final ErrorCode InvalidFormat 
 - 
InvalidJsonInputpublic static final ErrorCode InvalidJsonInput 
 - 
SslAuthorizationpublic static final ErrorCode SslAuthorization 
 - 
AuthFailedpublic static final ErrorCode AuthFailed 
 - 
AuthzFailedpublic static final ErrorCode AuthzFailed 
 - 
UserPolicyNotAuthorizedpublic static final ErrorCode UserPolicyNotAuthorized 
 - 
EmailNotVerifiedpublic static final ErrorCode EmailNotVerified 
 - 
EmailNotFoundpublic static final ErrorCode EmailNotFound 
 - 
OciEmailNotFoundpublic static final ErrorCode OciEmailNotFound 
 - 
IdcsEmailNotValidpublic static final ErrorCode IdcsEmailNotValid 
 - 
InvalidPathpublic static final ErrorCode InvalidPath 
 - 
MethodNotAllowedpublic static final ErrorCode MethodNotAllowed 
 - 
JsonProcessingpublic static final ErrorCode JsonProcessing 
 - 
GenericExceptionpublic static final ErrorCode GenericException 
 - 
ExternalServiceProviderUnavailablepublic static final ErrorCode ExternalServiceProviderUnavailable 
 - 
ExternalServiceProviderTimeoutpublic static final ErrorCode ExternalServiceProviderTimeout 
 - 
TooManyRequestspublic static final ErrorCode TooManyRequests 
 - 
IdpScimNotSetuppublic static final ErrorCode IdpScimNotSetup 
 - 
IncidentNotFoundpublic static final ErrorCode IncidentNotFound 
 - 
DataAlreadyExistspublic static final ErrorCode DataAlreadyExists 
 - 
AuthUserNotMatchingpublic static final ErrorCode AuthUserNotMatching 
 - 
ContactNotApprovedpublic static final ErrorCode ContactNotApproved 
 - 
CreateProfileMosFailurepublic static final ErrorCode CreateProfileMosFailure 
 - 
CreateProfileCreateOssoFailurepublic static final ErrorCode CreateProfileCreateOssoFailure 
 - 
CreateProfileIdentityFailurepublic static final ErrorCode CreateProfileIdentityFailure 
 - 
CreateProfileVerifyOssoFailurepublic static final ErrorCode CreateProfileVerifyOssoFailure 
 - 
ProfileAccountNotVerifiedpublic static final ErrorCode ProfileAccountNotVerified 
 - 
SupportAccountNotFoundpublic static final ErrorCode SupportAccountNotFound 
 - 
FreeTierCustomerSliUnsupportedpublic static final ErrorCode FreeTierCustomerSliUnsupported 
 - 
ProfileAccountVerifiedpublic static final ErrorCode ProfileAccountVerified 
 - 
CreateProfileOrganizationNameInvalidpublic static final ErrorCode CreateProfileOrganizationNameInvalid 
 - 
CreateProfileEmailInvalidpublic static final ErrorCode CreateProfileEmailInvalid 
 - 
Notauthenticatedpublic static final ErrorCode Notauthenticated 
 - 
CmosUnauthorizedPermissionpublic static final ErrorCode CmosUnauthorizedPermission 
 - 
CmosSupportAccountExistspublic static final ErrorCode CmosSupportAccountExists 
 - 
CmosInvalidUserGroupIdpublic static final ErrorCode CmosInvalidUserGroupId 
 - 
UnsupportedOperationpublic static final ErrorCode UnsupportedOperation 
 - 
Notauthorizedornotfoundpublic static final ErrorCode Notauthorizedornotfound 
 - 
ListSubscriptionFailurepublic static final ErrorCode ListSubscriptionFailure 
 - 
UnknownEnumValuepublic static final ErrorCode UnknownEnumValue This value is used if a service returns a value for this enum that is not recognized by this version of the SDK.
 
- 
 - 
Method Detail- 
valuespublic static ErrorCode[] values() Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:for (ErrorCode c : ErrorCode.values()) System.out.println(c); - Returns:
- an array containing the constants of this enum type, in the order they are declared
 
 - 
valueOfpublic static ErrorCode valueOf(String name) Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
- name- the name of the enum constant to be returned.
- Returns:
- the enum constant with the specified name
- Throws:
- IllegalArgumentException- if this enum type has no constant with the specified name
- NullPointerException- if the argument is null
 
 
- 
 
-