import { ShopifyMetafieldDeleteUserError } from '@daffodil/driver/shopify'
An error that occurs during the execution of cart metafield deletion.
interface ShopifyMetafieldDeleteUserError {
__typename: "MetafieldDeleteUserError"
code: ShopifyMetafieldDeleteErrorCode
field: string[]
message: string
}
__typename "MetafieldDeleteUserError" |
|---|
code ShopifyMetafieldDeleteErrorCode |
|---|
The error code. |
field string[] |
|---|
The path to the input field that caused the error. |
message string |
|---|
The error message. |