stack

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

AdminTypes.MetafieldsSetUserError interface

An error that occurs during the execution of MetafieldsSet.

Signature:

export interface MetafieldsSetUserError extends DisplayableError 

Extends: DisplayableError

Properties

Property Modifiers Type Description
code?   Maybe<MetafieldsSetUserErrorCode | `${MetafieldsSetUserErrorCode}`> (Optional) The error code.
elementIndex?   Maybe<Scalars[‘Int’][‘output’]> (Optional) The index of the array element that’s causing the error.
field?   Maybe<Array<Scalars[‘String’][‘output’]>> (Optional) The path to the input field that caused the error.
message   Scalars[‘String’][‘output’] The error message.