Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions packages/spec/src/api/error-code-ledger.zod.ts
Original file line numberDiff line numberDiff line change
Expand Up@@ -379,6 +379,13 @@ export const ERROR_CODE_LEDGER = {
'RECORD_LOCKED',
],
'@objectstack/plugin-security': [
// [#7474] `controlled_by_parent` declared with no `master_detail` relation.
// Second EMITTER of the code — `@objectstack/metadata-protocol` already
// registers for the metadata publish path (`saveMetaItem`); one condition,
// one vocabulary. Per this file's header, a code emitted by several
// packages is listed once per emitting package — provenance, not identity
// (see above; #7504).
'INVALID_METADATA',
'SUGGESTION_NOT_FOUND',
'SUGGESTION_STATE', // suggestion exists but is not in a confirmable/dismissable state
],
Expand Down
Loading