@m2c/checkout 0.1.0 → 0.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -239,6 +239,7 @@ Rejections are `M2CCheckoutError` with a typed `code`:
|
|
|
239
239
|
| `ServiceUnavailable` | transient backend failure (5xx) |
|
|
240
240
|
| `CheckoutExpired` | the TTL lapsed before launch (backend mode cannot re-mint) |
|
|
241
241
|
| `Network` | no HTTP response (fetch failure) |
|
|
242
|
+
| `Unknown` | an unexpected response with no specific mapping |
|
|
242
243
|
|
|
243
244
|
`pending_timeout` is **not** an error - it resolves as a terminal result. During
|
|
244
245
|
polling, transient read failures (rate limit, 5xx, network, a not-yet-visible
|
package/package.json
CHANGED