com.ibm.commerce.account.util

Interface ECAccountErrorCode



  • public interface ECAccountErrorCode
    This interface defines the error codes used by the account management commands.
    • Field Detail

      • COPYRIGHT

        static final java.lang.String COPYRIGHT
        IBM copyright notice field.
        See Also:
        Constant Field Values
      • EC_ACCOUNT_CREATE_ERR

        static final java.lang.String EC_ACCOUNT_CREATE_ERR
        The constant for creating a business account error.
        See Also:
        Constant Field Values
      • EC_ACCOUNT_UPDATE_ERR

        static final java.lang.String EC_ACCOUNT_UPDATE_ERR
        The constant for updating a business account error.
        See Also:
        Constant Field Values
      • EC_ERR_ACCOUNT_MARK_FOR_DELETE

        static final java.lang.String EC_ERR_ACCOUNT_MARK_FOR_DELETE
        The constant for the error the account is marked for deletion.
        See Also:
        Constant Field Values
      • EC_ERR_ACCOUNT_REFERENCE_NUMBER_DO_NOT_MATCH

        static final java.lang.String EC_ERR_ACCOUNT_REFERENCE_NUMBER_DO_NOT_MATCH
        The constant for the error which the business account ID and the business account information in a business account xml instance does not match.
        See Also:
        Constant Field Values
      • EC_ERR_COMMAND

        static final java.lang.String EC_ERR_COMMAND
        The constant for a command error.
        See Also:
        Constant Field Values
      • EC_ERR_DUPLICATED_ACCOUNT_NAME

        static final java.lang.String EC_ERR_DUPLICATED_ACCOUNT_NAME
        The constant for the duplicated business account name error.
        See Also:
        Constant Field Values
      • EC_ERR_MISSING_ACCOUNT_NAME

        static final java.lang.String EC_ERR_MISSING_ACCOUNT_NAME
        The constant for the missing contract name error.
        See Also:
        Constant Field Values
      • EC_ERR_PARAMETER_NOT_FOUND

        static final java.lang.String EC_ERR_PARAMETER_NOT_FOUND
        The constant for the error which a required parameter is missing.
        See Also:
        Constant Field Values
      • EC_XML_PARSE_ERROR

        static final java.lang.String EC_XML_PARSE_ERROR
        The constant for xml parsing error.
        See Also:
        Constant Field Values