Home > @infiniteobjects/shopify-data-manager > AdminTypes > ParseError
A ShopifyQL parsing error.
Signature:
export interface ParseError
Property | Modifiers | Type | Description |
---|---|---|---|
code | ParseErrorCode | `${ParseErrorCode}` | An error code for the error. | |
message | Scalars[‘String’][‘output’] | The description of the parsing error. | |
range? | Maybe<ParseErrorRange> | (Optional) The start and end range for the error. |