Errors — Frameworks
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 |
|---|---|---|---|---|---|
| 110001 | FRAMEWORK_NOT_FOUND | 404 | Not Found | framework.errors.frameworkNotFound | Could not find framework from provided id |
| 110003 | FRAMEWORK_INSTANCE_NOT_FOUND | 404 | Not Found | framework.errors.frameworkInstanceNotFound | Could not find framework instance from provided id |
| 110102 | FRAMEWORK_UPDATE_FAILED | 422 | Validation | general.errors.invalidData | Your submission is invalid! |
| 110104 | FRAMEWORK_INSTANCE_CANNOT_DELETE_ACTIVE | 422 | Validation | general.errors.invalidData | Your submission is invalid! |
| 110105 | 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. |