import { ShopifyUserErrorsShopPayPaymentRequestSessionUserErrors } from '@daffodil/driver/shopify'
Error codes for failed Shop Pay payment request session mutations.
interface ShopifyUserErrorsShopPayPaymentRequestSessionUserErrors {
__typename: "UserErrorsShopPayPaymentRequestSessionUserErrors"
code: ShopifyUserErrorsShopPayPaymentRequestSessionUserErrorsCode
field: string[]
message: string
}
__typename "UserErrorsShopPayPaymentRequestSessionUserErrors" |
|---|
code ShopifyUserErrorsShopPayPaymentRequestSessionUserErrorsCode |
|---|
The error code. |
field string[] |
|---|
The path to the input field that caused the error. |
message string |
|---|
The error message. |