GitHub

ShopifyCartOperationError

Type

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

An error occurred during the cart operation.

interface ShopifyCartOperationError {
  __typename: "CartOperationError"
  code: string
  message: string
}

Properties

__typename
"CartOperationError"
code
string

The error code.

message
string

The error message.