GitHub

MagentoCartUserInputError

import { MagentoCartUserInputError } from '@daffodil/cart/driver/magento'
interface MagentoCartUserInputError {
  message: string
  code: MagentoCartUserInputErrorType
}

Properties

Name Type Description
message string
code MagentoCartUserInputErrorType