Folders CRUD API Error Codes
| Error Response Code | Error Description |
|---|---|
| CANNOT_DELETE_FOLDER_WITH_SUBMITTED_CREATIVES | Folder contains submitted creatives which cannot be deleted |
| FOLDER_ALREADY_CLONED | Folder has already been cloned |
| FOLDER_CANNOT_BE_MOVED | Folder cannot be moved to destination provided |
| FOLDER_NAME_ALREADY_EXISTS | Folder name already exists |
| FOLDER_NOT_FOUND | Folder not found |
| INVALID_DATE_FORMAT | Invalid date format, has to be either of format yyyy-MM-dd or yyyy-MM-dd'T'HH:mm:ss'Z' |
| INVALID_FIELD_START_INDEX | Invalid start index, cannot be less than 0 |
| INVALID_FIELD_COUNT | Invalid count, has to be between 1 and 100 |
| MISSING_FIELD_FOLDER_ID | Missing folderId from request |
| MISSING_FIELD_FOLDER_NAME | Missing folderName from request |
| TOO_MANY_RESOURCES_TO_CLONE | Folder cannot be cloned if there are over 1000 resources |
| TOO_MANY_RESOURCES_TO_DELETE | Folder cannot be deleted if there are over 1000 resources |
Updated 4 months ago
