Errors
Vourity provides readable and developer-friendly descriptions of the error messages. This allows you to easily troubleshoot any issues you may have when consuming the API.
Each error message has the following attributes:
| Attribute | Description |
|---|---|
| code | The HTTP status code of the returned error |
| description | A short human-readable message describing the returned error |
| reasonPhrase | A human-readable message identifying the type of returned error |
--Give examples of errors
--List status codes errors
--List types of errors in Vourity API, such as ApiKeyNotFoundError
Updated about 1 year ago

