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');

ApiErrorKind GenericErrorKind ApiError CartNotFoundError CartProviderError CartUserError ConvexOperatorTokenMintError DomainVerificationError

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

On this page