Error Lists

This page contains the Error Lists for OkayLive++

OkayLive++ Error Lists

MessageDescription

FACE_NOT_FOUND

Face cannot be detected by the system

Error in processing

Empty result or error in parsing the python result

Sample Responses

Face Not Found
{
    "status": "error",
    "message": "FACE_NOT_FOUND" 
}
Empty result or error in parsing the python result
{
    "status": "error",
    "message": "Error in processing" 
}

Last updated