@spree/docs 0.1.180 → 0.1.182
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.
|
@@ -90,7 +90,7 @@ This is deliberate. Answering `403` for another seller's product would confirm t
|
|
|
90
90
|
| `record_not_found` | 404 | The record does not belong to the acting seller |
|
|
91
91
|
| `validation_error` | 422 | Model validation failed; see `details` |
|
|
92
92
|
| `processing_error` | 422 | A workflow refused — for example, submitting for review with requirements outstanding |
|
|
93
|
-
| `parameter_missing` |
|
|
93
|
+
| `parameter_missing` | 422 | A required parameter was absent — accepting an invitation without a password, for example |
|
|
94
94
|
| `rate_limit_exceeded` | 429 | Too many requests to an auth endpoint |
|
|
95
95
|
|
|
96
96
|
## Handling errors with the SDK
|