GitHub

MetafieldDeleteErrorCode

Possible error codes that can be returned by MetafieldDeleteUserError.

import { MetafieldDeleteErrorCode } from '@daffodil/driver/shopify'
enum MetafieldDeleteErrorCode {
  InvalidOwner = 'INVALID_OWNER',
  MetafieldDoesNotExist = 'METAFIELD_DOES_NOT_EXIST',
}