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
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. |
428 | parameter: more than 1 face detected. | More than 1 face detected. |
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
Last updated