import { ShopifyCompletionError } from '@daffodil/driver/shopify'
An error that occurred during a cart completion attempt.
interface ShopifyCompletionError {
__typename: "CompletionError"
code: ShopifyCompletionErrorCode
message: string
}
__typename "CompletionError" |
|---|
code ShopifyCompletionErrorCode |
|---|
The error code. |
message string |
|---|
The error message. |