Error codes
LetsGetChecked uses conventional HTTP response codes to indicate the success or failure of an API request. Errors include the Problem-Detail payload where appropriate. In general, the following code classes are used:
Code | Description | Examples |
---|---|---|
2xx | Successful Indicates success |
|
3xx | Redirected Requires further action to complete the request. | 304: Not Modified. |
4xx | Request error Indicates a client error with the information provided. |
|
5xx | Server error Indicates an error with LetsGetChecked servers. |
|