Errors — Docs
Numeric codes follow domain × 10,000 + category × 100 + ordinal ( see defineErrors in the Cognis domain package). The Message key column is the stable key returned in API payloads; the Message column shows the copy for your current locale (same resolution as the product UI).
| Code | Key | HTTP | Category | Message key | Message |
|---|---|---|---|---|---|
| 100001 | DOC_LIBRARY_NOT_FOUND | 404 | Not Found | docs.errors.docLibraryNotFound | Documentation library not found |
| 100002 | ECOM_COMMERCE_SHIPPING_REPO_UNAVAILABLE | 503 | Not Found | general.errors.unexpected | Unexpected server error. We've been notified. |
| 100003 | DOC_PAGE_NOT_FOUND | 404 | Not Found | docs.errors.docPageNotFound | Documentation page not found |
| 100012 | DOC_HISTORY_NOT_FOUND | 404 | Not Found | docs.errors.docHistory.notFound | Documentation history not found |
| 100013 | DOC_SECTION_NOT_FOUND | 404 | Not Found | docs.errors.docSection.notFound | Documentation section not found |
| 100016 | DOC_SECTION_GROUP_NOT_FOUND | 404 | Not Found | docs.errors.docSectionGroup.notFound | Documentation section group not found |
| 100020 | DOC_VARIANT_NOT_FOUND | 404 | Not Found | docs.errors.docVariant.notFound | Documentation variant not found |
| 100022 | DOC_DOCUMENT_NOT_FOUND | 404 | Not Found | docs.errors.document.notFound | Document not found |
| 100104 | DOC_PAGE_CREATE_FAILED | 400 | Validation | docs.errors.docPageCreateFailed | Failed to create documentation page |
| 100105 | DOC_PAGE_UPDATE_FAILED | 400 | Validation | docs.errors.docPageUpdateFailed | Failed to update documentation page |
| 100106 | DOC_PAGE_DELETE_FAILED | 400 | Validation | docs.errors.docPageDeleteFailed | Failed to delete documentation page |
| 100109 | DOC_PAGE_PATCH_EMPTY | 400 | Validation | docs.errors.docPagePatchEmpty | Provide at least one field to update. |
| 100207 | DOC_PAGE_META_CONFLICT | 409 | Conflict | docs.errors.docPageMetaConflict | This page changed elsewhere. Refresh the page and try saving FAQs again. |
| 100208 | DOC_PAGE_BODY_CONFLICT | 409 | Conflict | docs.errors.docPageMetaConflict | This page changed elsewhere. Refresh the page and try saving FAQs again. |
| 100211 | DOC_LIBRARY_INTRO_CONFLICT | 409 | Conflict | docs.errors.docLibrary.updateFailed | Failed to update documentation library |
| 100218 | DOC_SECTION_GROUP_HAS_PAGES | 409 | Conflict | docs.errors.docSectionGroup.hasPages | This section group still has pages. Move or remove all pages from the group before deleting it. |
| 100402 | DOC_HISTORY_UNAUTHORIZED | 403 | Forbidden | general.errors.unauthorized | Unauthorized |
| 100419 | DOC_SECTION_EMBEDDINGS_NOT_ALLOWED | 403 | Forbidden | docs.errors.docSection.embeddingsNotAllowed | Vector embeddings for doc libraries are not enabled for this organization. |
| 109910 | DOC_LIBRARY_UPDATE_FAILED | 500 | Internal | docs.errors.docLibrary.updateFailed | Failed to update documentation library |
| 109914 | DOC_SECTION_CREATE_FAILED | 500 | Internal | docs.errors.docSection.createFailed | Failed to create documentation section |
| 109915 | DOC_SECTION_UPDATE_FAILED | 500 | Internal | docs.errors.docSection.updateFailed | Failed to update documentation section |
| 109917 | DOC_SECTION_GROUP_UPDATE_FAILED | 500 | Internal | docs.errors.docSectionGroup.updateFailed | Failed to update documentation section group |
| 109921 | DOC_VARIANT_UPDATE_FAILED | 500 | Internal | docs.errors.docVariant.updateFailed | Failed to update documentation variant |