| Предыдущий | Следующий |
| ERROR_TAG_NOT_PRESENT | ERROR_PROFILE_NOT_ASSOCIATED_WITH_DEVICE |
ERROR_DUPLICATE_TAG
Что означает ERROR_DUPLICATE_TAG
ERROR_DUPLICATE_TAG — указанный тег уже присутствует.
Что проверить
Проверьте существующий объект и его параметры до попытки создать или зарегистрировать новый.
- Установите, является ли повторная операция допустимой и идемпотентной по контракту API.
- Если существующий объект отличается от ожидаемого, изменяйте или удаляйте именно его, а не создавайте параллельный дубликат.
Исходная формулировка
An ICC profile edit attempted to add a tag signature that already exists.
A calibration tool copies a template containing a description tag and then unconditionally adds another description tag. The add returns 2014. Updating the existing tag and validating the rewritten profile produces one unambiguous description element.
two editing stages both claim ownership of the same standard or vendor tag signature
Errors 2012 and 2013 report absent tags. Error 2014 is the opposite state: the requested signature is already present, and an add operation would violate tag uniqueness.
a profile copied from a template already contains the tag that customization tries to add
Технические ссылки
- Microsoft: System Error Codes (1700–3999)
- Microsoft: Win32 Error Codes in MS-ERREF
- Microsoft: SetColorProfileElement
- Microsoft: SetColorProfileElementReference
Нужно найти другой код? Найти другой код состояния или ошибки.