type: integer
enum:
- 401
- 403
- 404
- 413
- 422
- 429
- 500
description: >
A conventional HTTP status code:
* `401` - Authorization error with your API key or account
* `403` - Forbidden error with your API key or account
* `404` - The requested item does not exist
* `413` - Payload too large
* `422` - The query or body parameters did not pass validation
* `429` - Too many requests have been sent with an API key in a given amount of time
* `500` - An internal server error occurred, please contact support@lob.com