Error List
Missing Mandatory Fields
// Status Code = 200
{
"status": "error",
"messageCode": null,
"message": "MISSING_MANDATORY_FIELD",
"matchCount": 0,
"matches": null
}
Invalid value provided. Example: "dobMatching": "
//Status Code = 200
{
"status": "error",
"messageCode": null,
"message": "INVALID_PARAMETER",
"matchCount": 0,
"matches": null
}
Invalid datasets
//Status Code = 200
{
"status": "error",
"messageCode": null,
"message": "INVALID_DATASETS",
"matchCount": 0,
"matches": null
}
Any unforeseen exception
//Status Code = 200
{
"status": "error",
"messageCode": null,
"message": "ERROR_IN_PROCESSING",
"matchCount": 0,
"matches": null
}
Invalid API key
//Status Code = 200
{
"status": "error",
"messageCode": null,
"message": "INVALID_API_KEY",
"matchCount": 0,
"matches": null
}
Last updated
Was this helpful?