import { ShopifyMetafieldDeleteErrorCode } from '@daffodil/driver/shopify'
Possible error codes that can be returned by MetafieldDeleteUserError.
enum ShopifyMetafieldDeleteErrorCode {
AppNotAuthorized = ShopifyMetafieldDeleteErrorCode.AppNotAuthorized,
InvalidOwner = ShopifyMetafieldDeleteErrorCode.InvalidOwner,
MetafieldDoesNotExist = ShopifyMetafieldDeleteErrorCode.MetafieldDoesNotExist,
}
AppNotAuthorized ShopifyMetafieldDeleteErrorCode.AppNotAuthorized |
|---|
The current app is not authorized to perform this action. |
InvalidOwner ShopifyMetafieldDeleteErrorCode.InvalidOwner |
|---|
The owner ID is invalid. |
MetafieldDoesNotExist ShopifyMetafieldDeleteErrorCode.MetafieldDoesNotExist |
|---|
Metafield not found. |