GitHub

ShopifyCompletionError

interface

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

An error that occurred during a cart completion attempt.

interface ShopifyCompletionError {
  __typename: "CompletionError"
  code: ShopifyCompletionErrorCode
  message: string
}

Properties

__typename
"CompletionError"
code
ShopifyCompletionErrorCode

The error code.

message
string

The error message.