stack

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

AdminTypes.ErrorPosition interface

Error position information in a ShopifyQL parsing error.

Signature:

export interface ErrorPosition 

Properties

Property Modifiers Type Description
character   Scalars[‘Int’][‘output’] The character position of the error in the line.
line   Scalars[‘Int’][‘output’] The line number of the error.