stack

Home > @infiniteobjects/shopify-data-manager > AdminTypes > ParseError

AdminTypes.ParseError interface

A ShopifyQL parsing error.

Signature:

export interface ParseError 

Properties

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.