Error code
1000
Error message
Validation error
Cause
Returned when one of the supplied parameters is missing or incorrect. The response will contain a message attribute which explains the cause of the validation error. An example JSON response is shown below for a request which failed to include the q
parameter.
{
completions: [ ],
message: 'Q can not be blank',
error_code: '1000'
}
Resolution
Check that the supplied parameters contain valid values, and that the mandatory parameters have been included.