import { MetafieldDeleteErrorCode } from '@daffodil/driver/shopify'
Possible error codes that can be returned by MetafieldDeleteUserError
.
enum MetafieldDeleteErrorCode {
InvalidOwner = MetafieldDeleteErrorCode.InvalidOwner,
MetafieldDoesNotExist = MetafieldDeleteErrorCode.MetafieldDoesNotExist,
}
InvalidOwner MetafieldDeleteErrorCode.InvalidOwner |
---|
The owner ID is invalid. |
MetafieldDoesNotExist MetafieldDeleteErrorCode.MetafieldDoesNotExist |
---|
Metafield not found. |