Error Lists

This page contains all of the Error Messages of OkayLive

OK response data is always in JSON format. If received code 200, the data has been accepted, however, there can be one of the following error messages:

OkayLive Error Lists

OkayFace & OkayLive Error Lists

Sample Response

File Size too big
{
    "status": "error",
    "message": "PAYLOAD_TOO_LARGE"
}
Face is occluded
{
    "status": "error",
    "message": "FACE_IS_OCCLUDED"
}
Missing data field
{
    "status": "error",
    "message": "Data field is compulsory."
}

Last updated