import { ShopifyCartOperationError } from '@daffodil/driver/shopify'
An error occurred during the cart operation.
interface ShopifyCartOperationError {
__typename: "CartOperationError"
code: string
message: string
}
__typename "CartOperationError" |
|---|
code string |
|---|
The error code. |
message string |
|---|
The error message. |