DMDS API

Section: Help: Error Codes

This section outlines all the error codes returned by the DMDS API and a description of each error code

Error Codes

Error Code Short Description Description
1001 Authentication Failed Authentication has failed against the specified resource. To see full details on how to properly authenticate on the system, see: Authentication help
5001 Unauthorized Access Authentication is successful, but the credentials used do not have access to the resource that has been requested
5002 Invalid API Key The given API key is not valid. The key is likely revoked and needs to be reinstated so that access to the API resumed
5003 Request Time Expired The request has exceeded the allowable amount of time that the resource is valid
5004 Invalid Authorization Header The authorization header is not in a valid format, please see Signing and Authenticating Requests Help for more details
5005 Missing Date Header The request is missing the date header, you must specify one of either the "date" or "x-dmds-date" headers, please see Signing and Authenticating Requests Help for more details
5006 Signature Does Not Match The provided signature does not match the computed signature by DMDS API, please see Signing and Authenticating Requests Help for more details
5051 FileType is not Recognized This error pertains to the Files API, the specified FileType is not a valid type
5052 Invalid Organization Status This error pertains to the Account API, when retrieving the availableDestinations, the status given is not a valid status
5053 Order ID is not Found This error pertains to anything order related, the specified order ID is not in the system
5054 Unable to retreive proof of delivery. This error pertains to Proof of Delivery, unable to retreive proof of delivery.
5055 Unable to retreive traffic confirmation. This error pertains to Traffic Confirmation, unable to retreive traffic confirmation.
5057 The Order could not be saved at this time. This error pertains to order/order group creation, could not save the order due to an unknown error. Please contact us to find out more.
5059 This would be a duplicate order, please recheck your OrderName. This error pertains to order/order group creation, the specified order name already exists in the system and duplicates are prevented from creation.
5102 File not found. Specified file was not found.
5103 File not available. Specified file is not available.
5500 Group does not Exist This error pertains to Group Files, the specified group name could not be found
5501 Unable to retrieve group assets This error pertains to Group Files, unable to retrieve group assets for the specified group name
5600 Order group does not exist This error pertains to Order Groups
5601 Unable to retreive draft orders for order group This error pertains to Order Groups
5602 No draft orders exist in order group This error pertains to Order Groups
5603 Order/Order group does not exist. This error pertains to Order Groups
5604 Order does not exist. This error pertains to Orders
5605 Order is not a part of Order Group. This error pertains to Order Groups
5606 Unable to remove order from order group. Please contact DMDS Support. This error pertains to Order Groups
5607 Unable to add order to order group. Please contact DMDS Support. This error pertains to Order Groups
5608 Unable to delete order group. Please contact DMDS Support. This error pertains to Order Groups
5609 Unable to delete order. Please contact DMDS Support. This error pertains to Orders
5610 Order %i is sent and cannot be deleted. This error pertains to Orders
5611 Order is sent and cannot be deleted. To remove the order instead of deleting it use the remove action. This error pertains to Order Groups
5612 Order group contains one or more sent orders and cannot be deleted. To remove the order group without deleting the sent orders first remove all sent orders from the group then delete it. This error pertains to Order Groups
7000 There are no matched ad video assets This error pertains to Create Traffic
7010 Unable to create traffic This error pertains to Create Traffic




Traffic

Error Code Short Description Description
5101 Specified destination(s) not found Specified destination(s) were not found
7000 There are no matched ad video assets This error pertains to Create Traffic




Validation Warning/Error Codes

This section outlines validation error codes when creating or publishing an order or order group.

Type Section Field Error Code Error Message
Warning Destinations Format 61000 {Destination} can only accept SD content however HD video(s) are included on this order
Warning Destinations Status 61010 {Destination} is offline and delivery may be delayed
Warning Order 63000 Order was not saved as SaveOrderAsDraftOnError was set to false and errors occurred
Error OrderDetails OrderName 50000 Order Name field is required
Error OrderDetails Brand 50010 Brand field is required
Error OrderDetails PriorityType 50020 Select a Priority Type
Error OrderDetails Product 50030 Product field is required
Error Destinations 51020 {Destination} was not found or you do not have access
Error Destinations 51000 No destinations have been selected
Error VideoFiles ADID/ISCI 52030 {title} - {brand}, does not have an AD ID/ISCI
Error VideoFiles 52070 No videos have been selected
Error AudioFiles 52080 No audio media has been selected
Error Order 53000 ThrowErrorOnWarning set to true and warning(s) occurred
Deprecated Validation Warning/Error Codes
Warning Destinations 61020 {Destination} was not found or you do not have access This has been deprecated and is now an error. See Error Code 51020.
Error OrderDetails DeliveryDate 50030 Select a Delivery Date This has been deprecated and now defaults to the current date if not provided
Error VideoFiles FileState 52001 {title} - {brand}, AD ID/ISCI: {ad id/isci} is not yet available
OR if a placeholder was just created:
{title} - {brand}, AD ID/ISCI: {ad id/isci} is awaiting ingest
This has been deprecated. Orders will remain in the waiting state until assets are ingested.
Error VideoFiles Title 52010 File with Brand: {brand}, AD ID/ISCI: {ad id/isci} does not have a Title This has been deprecated and now defaults to the order title.
Error VideoFiles Brand 52020 File with Title: {title}, AD ID/ISCI: {ad id/isci} does not have a Brand This has been deprecated and now defaults to the order brand.
Error VideoFiles FrameRate 52040 {title} - {brand}, AD ID/ISCI: {ad id/isci} does not have a Frame Rate This has been deprecated and is now detected automatically
Error VideoFiles SOM 52050 {title} - {brand}{0} - {1}, AD ID/ISCI: {ad id/isci} does not have a Start of Message (SOM) This has been deprecated and is now detected automatically
Error VideoFiles LOM 52060 {title} - {brand}, AD ID/ISCI: {ad id/isci} does not have Length of Message (LOM) This has been deprecated and is now detected automatically
Error Logos Name 52100 Logo with name {name} could not be found This feature has been deprecated. Logos provided will be ignored.




API Reference