DuplicateContextDirectiveError
●errors · /index·class
Signals that a Shopify GraphQL operation already declares an @inContext directive, which conflicts with the inContextTransform's sole ownership of context injection, returning HTTP 500.
Signature
Example
throw new DuplicateContextDirectiveError('GetProduct');Related
ApiErrorKind GenericErrorKind ApiError CartNotFoundError CartProviderError CartUserError ConvexOperatorTokenMintError DomainVerificationError
DomainVerificationError
A customerfacing domain is not yet pointed at the platform: neither the storefront's Vercel project nor SERVICEDOMAIN resolves from its DNS records (or the Verc
DuplicateContextVariableError
Signals that a Shopify GraphQL operation predeclares a reserved context variable ($country or $language) that is owned by the inContextTransform, returning HTTP