Enum ErrorCode

    • Enum Constant Detail

      • ContentEmpty

        public static final ErrorCode ContentEmpty
      • ClientException

        public static final ErrorCode ClientException
      • InvalidFormat

        public static final ErrorCode InvalidFormat
      • InvalidJsonInput

        public static final ErrorCode InvalidJsonInput
      • SslAuthorization

        public static final ErrorCode SslAuthorization
      • AuthFailed

        public static final ErrorCode AuthFailed
      • AuthzFailed

        public static final ErrorCode AuthzFailed
      • CsiNotAuthorized

        public static final ErrorCode CsiNotAuthorized
      • UserPolicyNotAuthorized

        public static final ErrorCode UserPolicyNotAuthorized
      • EmailNotVerified

        public static final ErrorCode EmailNotVerified
      • EmailNotFound

        public static final ErrorCode EmailNotFound
      • OciEmailNotFound

        public static final ErrorCode OciEmailNotFound
      • MosEmailNotFound

        public static final ErrorCode MosEmailNotFound
      • IdcsEmailNotValid

        public static final ErrorCode IdcsEmailNotValid
      • InvalidPath

        public static final ErrorCode InvalidPath
      • MethodNotAllowed

        public static final ErrorCode MethodNotAllowed
      • JsonProcessing

        public static final ErrorCode JsonProcessing
      • GenericException

        public static final ErrorCode GenericException
      • ExternalServiceProviderUnavailable

        public static final ErrorCode ExternalServiceProviderUnavailable
      • ExternalServiceProviderTimeout

        public static final ErrorCode ExternalServiceProviderTimeout
      • TooManyRequests

        public static final ErrorCode TooManyRequests
      • IdpScimNotSetup

        public static final ErrorCode IdpScimNotSetup
      • IncidentNotFound

        public static final ErrorCode IncidentNotFound
      • InvalidUserCsi

        public static final ErrorCode InvalidUserCsi
      • DataAlreadyExists

        public static final ErrorCode DataAlreadyExists
      • AuthUserNotMatching

        public static final ErrorCode AuthUserNotMatching
      • ContactNotApproved

        public static final ErrorCode ContactNotApproved
      • CreateProfileMosFailure

        public static final ErrorCode CreateProfileMosFailure
      • CreateProfileCreateOssoFailure

        public static final ErrorCode CreateProfileCreateOssoFailure
      • CreateProfileIdentityFailure

        public static final ErrorCode CreateProfileIdentityFailure
      • CreateProfileVerifyOssoFailure

        public static final ErrorCode CreateProfileVerifyOssoFailure
      • ProfileAccountNotVerified

        public static final ErrorCode ProfileAccountNotVerified
      • SupportAccountNotFound

        public static final ErrorCode SupportAccountNotFound
      • SupportAccountPendingCsiApproval

        public static final ErrorCode SupportAccountPendingCsiApproval
      • FreeTierCustomerSliUnsupported

        public static final ErrorCode FreeTierCustomerSliUnsupported
      • ProfileAccountVerified

        public static final ErrorCode ProfileAccountVerified
      • ProfileVerifiedCsiRequestPending

        public static final ErrorCode ProfileVerifiedCsiRequestPending
      • ProfileVerifiedCsiRequestNotFound

        public static final ErrorCode ProfileVerifiedCsiRequestNotFound
      • CreateProfileOrganizationNameInvalid

        public static final ErrorCode CreateProfileOrganizationNameInvalid
      • CreateProfileEmailInvalid

        public static final ErrorCode CreateProfileEmailInvalid
      • UnknownEnumValue

        public 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

      • values

        public 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
      • valueOf

        public 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