Errors — AI
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 |
|---|---|---|---|---|---|
| 130001 | AI_RUN_NOT_FOUND | 404 | Not Found | ai.errors.run.notFound | AI run not found |
| 130002 | AI_RUN_FRAMEWORK_NOT_FOUND | 404 | Not Found | framework.errors.frameworkNotFound | Could not find framework from provided id |
| 130004 | AI_RUN_PRODUCT_NOT_FOUND | 404 | Not Found | ai.errors.run.product.notFound | Product not found for AI run |
| 130005 | AI_RUN_BRAND_NOT_FOUND | 404 | Not Found | ai.errors.run.brand.notFound | Brand not found for AI run |
| 130103 | AI_RUN_FRAMEWORK_NO_ACTIVE_INSTANCE | 422 | Validation | framework.errors.frameworkNoActiveInstance | This framework has no active instance. Open the framework in your org, create or activate an instance, then try again. |
| 130107 | AI_STEP_RETRY_NOT_FAILED | 422 | Validation | ai.errors.step.retry.notFailed | Only a failed step can be retried. |
| 130108 | AI_STEP_RETRY_ALREADY_ACTIVE | 422 | Validation | ai.errors.step.retry.alreadyActive | This step is already queued or running. Wait for it to finish, or refresh the page if it still looks stuck on failed. |
| 130109 | AI_STEP_RETRY_MAX_ATTEMPTS | 422 | Validation | ai.errors.step.retry.maxAttempts | Maximum retry attempts reached for this step. |
| 130110 | AI_STEP_RETRY_RUN_STATE | 422 | Validation | ai.errors.step.retry.runState | This run cannot be retried in its current state. |
| 130111 | AI_PROPAGATION_CHECK_NOT_ELIGIBLE | 422 | Validation | ai.errors.propagationCheck.notEligible | This step is not waiting for external propagation. |
| 130112 | AI_PROPAGATION_CHECK_COOLDOWN | 422 | Validation | ai.errors.propagationCheck.cooldown | Please wait {{minutes}} minute(s) before checking again. |
| 130113 | AI_PROPAGATION_CHECK_ALREADY_ACTIVE | 422 | Validation | ai.errors.propagationCheck.alreadyActive | A propagation check is already running for this step. |
| 130114 | AI_PROPAGATION_CHECK_RUN_STATE | 422 | Validation | ai.errors.propagationCheck.runState | Propagation checks are only available while the run is in progress. |
| 130415 | DESIGN_PROPOSAL_EXPERIMENTAL_NOT_ENTITLED | 403 | Forbidden | ai.errors.designProposal.experimentalNotEntitled | Design proposals are not enabled for this organization. |
| 139906 | AI_RUN_CREATION_FAILED | 500 | Internal | ai.errors.run.creationFailed | Failed to create AI run |