Re: [w3c/payment-request] consider requiring an error (non-empty dict) for .retry()? (#792)

> @aestes? (I'm guessing is for consistently error messages that also get localized for free)

In [ApplePayError](https://developer.apple.com/documentation/apple_pay_on_the_web/applepayerror/2970147-applepayerror) the message is optional, and we have localized fallback messages for each combination of errorCode and optional contactField.

The rationale is that most merchants just want to communicate which fields are invalid so that Safari will highlight them; they don't necessarily want to communicate a custom error message and worry about localizing it.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/w3c/payment-request/issues/792#issuecomment-428283046

Received on Tuesday, 9 October 2018 17:38:45 UTC