@Generated(value="OracleSDKGenerator", comments="API Version: 20181231") public enum ErrorCode extends Enum<ErrorCode> implements BmcEnum
Enum Constant and Description |
---|
AuthFailed |
AuthUserNotMatching |
ClientException |
ContentEmpty |
CsiNotAuthorized |
DataAlreadyExists |
EmailNotFound |
EmailNotVerified |
ExternalServiceProviderTimeout |
ExternalServiceProviderUnavailable |
GenericException |
IdcsEmailNotValid |
IdpScimNotSetup |
IncidentNotFound |
InvalidFormat |
InvalidJsonInput |
InvalidPath |
InvalidUserCsi |
JsonProcessing |
MethodNotAllowed |
SslAuthorization |
TooManyRequests |
UnknownEnumValue
This value is used if a service returns a value for this enum that is not recognized by this
version of the SDK.
|
UserPolicyNotAuthorized |
Modifier and Type | Method and Description |
---|---|
static ErrorCode |
create(String key) |
String |
getValue() |
static ErrorCode |
valueOf(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.
|
public static final ErrorCode ContentEmpty
public static final ErrorCode ClientException
public static final ErrorCode InvalidFormat
public static final ErrorCode InvalidJsonInput
public static final ErrorCode SslAuthorization
public static final ErrorCode AuthFailed
public static final ErrorCode CsiNotAuthorized
public static final ErrorCode UserPolicyNotAuthorized
public static final ErrorCode EmailNotVerified
public static final ErrorCode EmailNotFound
public static final ErrorCode IdcsEmailNotValid
public static final ErrorCode InvalidPath
public static final ErrorCode MethodNotAllowed
public static final ErrorCode JsonProcessing
public static final ErrorCode GenericException
public static final ErrorCode ExternalServiceProviderUnavailable
public static final ErrorCode ExternalServiceProviderTimeout
public static final ErrorCode TooManyRequests
public static final ErrorCode IdpScimNotSetup
public static final ErrorCode IncidentNotFound
public static final ErrorCode InvalidUserCsi
public static final ErrorCode DataAlreadyExists
public static final ErrorCode AuthUserNotMatching
public static final ErrorCode UnknownEnumValue
public static ErrorCode[] values()
for (ErrorCode c : ErrorCode.values()) System.out.println(c);
public static ErrorCode 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 nullCopyright © 2016–2023. All rights reserved.