Home > @infiniteobjects/shopify-data-manager > AdminTypes > ErrorPosition
Error position information in a ShopifyQL parsing error.
Signature:
export interface ErrorPosition
| 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. |