DuplicateContextVariableError
●errors · /index·class
Signals that a Shopify GraphQL operation pre-declares a reserved context variable ($country or $language) that is owned by the inContextTransform, returning HTTP 500.
Signature
Example
throw new DuplicateContextVariableError('GetProduct', 'country');Related
ApiErrorKind GenericErrorKind ApiError CartNotFoundError CartProviderError CartUserError ConvexOperatorTokenMintError DomainVerificationError
DuplicateContextDirectiveError
Signals that a Shopify GraphQL operation already declares an @inContext directive, which conflicts with the inContextTransform's sole ownership of context injec
DuplicatePredicateRegistrationError
Signals that a tenant predicate with the same name was registered more than once.