Error Response

Error responses are generated when the DAM System cannot process the XML request due to a system error such as invalid XML request format, unsecure URL request, internal systems not responding, etc. The list of error codes and descriptions are specified on the DAM Error Codes page.

An error response can be sent as a reply to any of the DAM Request types.

Error Response Example

<?xml version="1.0" encoding="ISO-8859-1"?>
<!DOCTYPE DAMResponse SYSTEM "https://haldms.halleonard.com/dam_dtd/DAMResponseVersion5.dtd">
<DAMResponse>
    <ResponseHdr>
        <DAMVersion>5.0</DAMVersion>
        <VendorId>123</VendorId>
    </ResponseHdr>
    <ErrorResponse>
        <ErrorCode>1006</ErrorCode>
        <ErrorDescr>SQLException getting new/updated assets: DAMAsset.getAssetGroupingPublisherWorldExceptFalseCountryCodes() failedjava.sql.SQLException: ORA-00904: "WORLD_EXCEPT": invalid identifier
        </ErrorDescr>
    </ErrorResponse>
</DAMResponse>