Error
Example:
{
"id" : "a08bee84-e056-4d17-b198-03a05ee3cbdb",
"httpCode": "400",
"code": "invalid_industry",
"message": "Industry id is invalid: computer_scienc",
"helpUrl": "http://api.smartrecruiters.com/v1/errors/invalid_industry"
}Fields description
| Name | Type | Description |
|---|---|---|
| id | string | unique string id associated with particular error occurrence |
| httpCode | string | response httpCode repeated in error description |
| code | string | internal code describing error |
| message | string | human readable error description |
| helpUrl | string | url containing error description and help |