API Error Message

Face Recognition

Common Error Messages

Status CodeStatus MessageDescription

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

{
    "message": "no route matched with those values."
}

Specific Error Messages of Client

Status CodeStatus MessageDescription

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.

422

please enter excel or csv in type_file.

The value of type_file parameter is incorrect or the value is empty in this request. Please enter 'excel' or 'csv' in type_file.

423

face not found in image.

The face not found in this image for API.

424

face feature file is empty.

The face feature was not found in face recognition API. Please add face in Adding Face.

425

old_password and new_password are same, please verify again.

The old password and new password is not difference for changing your password

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.

428

zip feature file failed.

Cannot zip file for export face feature file.

429

failed to import file. please check column column name in file.

Cannot read data in import file because important column name not found in this file.

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.

Sample Error **** Messages

{
    "message": "company not found in request."
}

Specific Error Messages of Server

Status CodeStatus MessageDescription

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.

Sample Error **** Messages

{
    "message": "the server is busy. Please try again in a few seconds."
}

Last updated