Error Lists
This page shows all the Error Lists from OkayDB Digital Footprint
General OkayDB Digital Footprint Error Lists
Message
Descriptions
ERROR_INVAID_PARAM
Invalid email, phone no, phone country code
ERROR_PROCESSING
Either one of any parameter is "blank"
Sample Responses
{
"status": "error",
"messageCode": "ERROR_INVAID_PARAM",
"message": null,
"result": null
}
{
"status": "error",
"messageCode": "ERROR_PROCESSING",
"message": null,
"result": null
}
Last updated
Was this helpful?