LocalizedCompositeFieldError

errors · /index·class

Signals that a CMS field descriptor declares localized: true on a composite kind (group, array, or blocks). Composite localization was silently ignored by the native editor (the whole composite was shared across locales), so the descriptor codegen rejects it outright — localize the text-ish leaf members instead (G4FIX-03).

Signature

Example

throw new LocalizedCompositeFieldError('items.*.link', 'group');

ApiErrorKind GenericErrorKind ApiError CartNotFoundError CartProviderError CartUserError ConvexOperatorTokenMintError DomainVerificationError

Sourceindex.ts:1474Edit the JSDoc directly
Metadata@nordcom/commerce-errors@0.0.0Open in GitHub ↗

On this page