Links

API Error Message

Face Verification

Common Error Messages

Status Code
Status Message
Description
404
no route matched with those values.
No route matched with this URL. Please verify again.
405
the method is not allowed for the requested URL.
The method is not allowed for the requested URL.
413
file is too large, more than 2 MB.
The size of file is too large more than 2 MB.
415
file extension is not allowed.
The file extension is not allowed for this URL.

Sample Error **** Messages

404
405
413
415
{
"message": "no route matched with those values."
}
{
"message": "the method is not allowed for the requested URL."
}
{
"message": "file is too large, more than 2 MB."
}
{
"message": "file extension is not allowed."
}

Specific Error Messages of Client

Status Code
Status Message
Description
420
parameter not found in request.
The parameter not found in this request. Please enter parameter in request.
421
parameter: face not found in image.
Face not found in this parameter of image
422
parameter: value is empty
The value of parameter is empty.
423
parameter: base64 of image is not readable.
Base64 of image is not readable.
424
parameter: face id of face detection not found.
Face id of face detection is not generated.
425
task id of face verification not found.
Task id of face verification is not generated.
426
detail of face verification not found.
Detail of face verification is not found.
427
this api can not connecting main server.
Cannot connecting with main server.
440
no file attached.
No file attached**.**
441
too many images.
Too many images in the parameter.
442
image error, unsupported format.
The format of image is not allowed

Sample Error **** Messages

420
421
422
423
424
425
426
440
441
442
{
"message": "file1 not found in request."
}
{
"message": "file1: face not found in image."
}
{
"message": "file1: value is empty"
}
{
"message": "file1: base64 of image is not readable."
}
{
"message": "file1&file2: face id of face detection not found."
}
{
"message": "task id of face verification not found."
}
{
"message": "detail of face verification not found."
}
{
"message": "no file attached."
}
{
"message": "too many images."
}
{
"message": "image error, unsupported format."
}