---
title: Update ShopifyQL parse error codes - Shopify developer changelog
description: >-
  Shopify’s developer changelog documents all changes to Shopify’s platform.
  Find the latest news and learn about new platform opportunities.
source_url:
  html: 'https://shopify.dev/changelog/update-shopifyql-parse-error-codes'
  md: 'https://shopify.dev/changelog/update-shopifyql-parse-error-codes.md'
metadata:
  effectiveApiVersion: 2023-04
  affectedApi: []
  primaryTag:
    displayName: API
    handle: api
  secondaryTag:
    displayName: Update
    handle: update
  indicatesActionRequired: false
  createdAt: '2023-03-08T16:52:32-05:00'
  postedAt: '2023-04-01T00:00:00-04:00'
  updatedAt: '2024-12-13T17:24:37-05:00'
  effectiveAt: '2023-04-01T00:00:00-04:00'
---

April 1, 2023

Tags:

* API
* 2023-04

# Update ShopifyQL parse error codes

As of **2023-04**, parse error codes enum has been updated to remove stale codes as well as add new ones.

**Added**

* `ParseErrorCode.INVALID_DATE_RANGE`
* `ParseErrorCode.EXCESS_BACKFILL_DIMENSIONS`
* `ParseErrorCode.BACKFILL_DATE_RANGE_NOT_FOUND`
* `ParseErrorCode.COMPARE_TO_MISSING_PERIOD`
* `ParseErrorCode.EXCESS_DIMENSIONS`
* `ParseErrorCode.SYNTAX_FAILED_PREDICATE`

**Removed**

* `ParseErrorCode.VISUALIZE_TYPE_NOT_FOUND`
* `ParseErrorCode.FUNCTION_MODIFIER_INVALID`
* `ParseErrorCode.VISUALIZE_BY_OR_OVER_NOT_FOUND`
* `ParseErrorCode.VISUALIZE_CONTAINS_BY_AND_OVER`
* `ParseErrorCode.BINARY_EXPRESSION_INCOMPATIBLE_TYPES`
* `ParseErrorCode.VISUALIZE_EXCESS_PROJECTIONS_ALPHA`
* `ParseErrorCode.EXCESS_GROUP_BY_ALL`
* `ParseErrorCode.GROUP_BY_ALL_DATE_RANGE_NOT_FOUND`
* `ParseErrorCode.COMPARE_TO_WITHOUT_DURING`
* `ParseErrorCode.GROUP_BY_EXCESS_PROJECTIONS`

See the full list of parse error codes on [Shopify.dev](https://shopify.dev/docs/api/admin-graphql/2023-04/enums/ParseErrorCode)
