GitHub

ShopifyMetafieldDeleteErrorCode

enum

import { ShopifyMetafieldDeleteErrorCode } from '@daffodil/driver/shopify'

Possible error codes that can be returned by MetafieldDeleteUserError.

enum ShopifyMetafieldDeleteErrorCode {
  InvalidOwner = ShopifyMetafieldDeleteErrorCode.InvalidOwner,
  MetafieldDoesNotExist = ShopifyMetafieldDeleteErrorCode.MetafieldDoesNotExist,
}

Properties

InvalidOwner
ShopifyMetafieldDeleteErrorCode.InvalidOwner

The owner ID is invalid.

MetafieldDoesNotExist
ShopifyMetafieldDeleteErrorCode.MetafieldDoesNotExist

Metafield not found.