429: Too Many Request Error
The 422 (Input validation error) status code indicates that the input data provided in the payload didn't pass the validation.
Code | 422 |
Description | Input validation error. |
Generic Cause | Invalid request payload data. |
Quick Fix | Make sure the data you provide in the payload matches the specification. |