Comment on page
API Error Message
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. |
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."
}
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 value is incorrect, please verify again. | The parameter value is incorrect or the value is empty in this request. Please enter the correct value in the parameter of request. |
423 | face not found in image. | The face not found in this image for API. |
426 | this endpoint for admin only. | The URL is allowed for only admin. |
427 | cannot use **** this endpoint in demo. | The URL is not allowed for demo. Please use the company name in 'company' parameter. |
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 |
443 | import file error, unsupported format. | The format of file to import is not allowed. Please import file csv only. |
420
421
423
426
427
440
441
442
443
{
"message": "company not found in request."
}
{
"message": "company value is incorrect, please verify again."
}
{
"message": "face not found in image."
}
{
"message": "this endpoint for admin only."
}
{
"message": "cannot use this endpoint in demo."
}
{
"message": "no file attached."
}
{
"message": "too many images."
}
{
"message": "image error, unsupported format."
}
{
"message": "import file error, unsupported format."
}
Status Code | Status Message | Description |
---|---|---|
560 | the server is busy. Please try again in a few seconds. | The server has client to waiting more than maximum queue length. |
561 | long time to process. | The server is processed for a long time. |
562 | long time to request. | The client is waiting in the queue for a long time. |
560
561
562
{
"message": "the server is busy. Please try again in a few seconds."
}
{
"message": "long time to process."
}
{
"message": "long time to request."
}
Last modified 1yr ago