Authentication Error Codes
Any HTTP status codes within the 4xx and 5xx range are classified as errors. During authorization, the following status codes are possible:
Http Status Code
Comment
400 Bad Request
Invalid api-key or password
404 Resource Not Found
Requesting resource was not found
405 Method Not Allowed
Action is not allowed
415 Unsupported Media Type
Request media type is unsupported
500 Internal Server Error
Internal server error ocurred
Resume Search Error Codes
Http Status Code
Error Code
Message
Comment
400 Bad Request
3006
Incorrect language field value
Incorrect language field value
400 Bad Request
3006
Keywords verification failed. Possible xss found
Incorrect keyword field value
400 Bad Request
3006
ResumeId verification failed. Possible XSS found
Incorrect recruiterId field value
400 Bad Request
3006
Provide correct location parameters
Incorrect location field value
400 Bad Request
3006
LocationId must be a valid integer number
Incorrect locationId field value
400 Bad Request
3006
LocationId is missing
Incorrect locationIdfield value
400 Bad Request
3006
RadiusUnit can be applied only for single location and not null radius
Incorrect RadiusUnit field value
400 Bad Request
3006
Radius can be applied only for single location
Incorrect Radius field value
400 Bad Request
3006
Radius unit is missing
Radius unit is missing
400 Bad Request
3006
Maximum radius is 120 km
Maximum value for radius exceeded
400 Bad Request
3006
Maximum radius is 75 mi
Maximum value for radius exceeded
400 Bad Request
3006
Search query contains invalid query parameters
Search query contains ofccp params
400 Bad Request
3006
Lost 'recruiterId' for candidates search from CS user
If the search is performed by cs, then the path must contain the recruiterId
400 Bad Request
3009
Bad request
Uncategorized exception
400 Bad Request
3008
Argument exception
Incorrect arguments
400 Bad Request
3007
Type mismatch exception
Type mismatch exception
400 Bad Request
3005
Parameter is not valid
Missing servlet request parameters
401 Unauthorized
3006
Full authentication is requred to access this resource
Missing header Authorizartion: bearer token
401 Unauthorized
90101
Expired token
Invalid authorization token
403 Forbidden
3004
Authenticated user is not allowed to access resources
Authenticated user is not allowed to access resources
403 Forbidden
3001
User has no active license
User has no active license
404 Resource Not Found
3010
Resource not found
Requesting resource was not found
500 Internal Server Error
3000
Internal Server Error
Internal server error occurred