Error List
General
Error Code | Description |
---|---|
Error in processing. | No parameter sent |
INVALID_API_KEY | Missing/Wrong apiKey |
null | Missing base64ImageString/Invalid image |
MISSING_ARGUMENTS | Missing imageIdCard/imageBest |
Request size exceed 5MB. | Request size more than 5MB |
MAX_API_CALL_EXCEEDED | Maximum API call exceeded |
API_KEY_EXPIRED | API Key is expired |
INVALID_JOURNEY_ID | JourneyID not found |
ERROR_IDV_EXPIRED | IDV account expired |
MISSING_PARAM_CRENDENTIAL | Missing Parameters |
USERNAME_NOT_EXIST | Username does not exist |
INCORRECT_PASSWORD | Wrong Password |
MAX_JOURNEY_EXCEEDED | Hit Max Journey |
error | Missing base64image or other parameter |
General Sample Response
Centralized OkayID
Error Code | Description |
---|---|
Internal Server Error | Missing base64ImageString |
UNRECOGNIZED_IMAGE | Image is not recognized by the system |
Centralized OkayID Sample Response
Centralized OkayFace
Error Code | Description |
---|---|
UNEXPECTED_ERROR | System fail to process the face verification |
UNRECOGNIZED_IMAGE | Image is not recognized by the system |
INTEG_ERROR | OkayFace integration error |
UNRESOLVED_PIC_CONTENT | Invalid imageBest/imageBestBase64 |
FACE_NOT_FOUND | Face not found in imageBest/imageBestBase64 |
PAYLOAD_TOO_LARGE | imageBest or imageIdCard's file size > 3mb |
Centralized OkayFace Sample Response
Centralized OkayLive - Other errors returned in OkayFace(/api/ekyc/okayface/v1-1 with livenessDetection set True) and OkayLive
Error | Meaning |
---|---|
FACE_TOO_CLOSE | A distance between face and camera is too small for preprocessing issues |
FACE_CLOSE_TO_BORDER | Face is too close to one or more borders. May reduce the accuracy of spoofing detection because edges of face may not be seen |
FACE_CROPPED | Face is cropped. May reduce the accuracy of spoofing detection because edges of face may not be seen |
FACE_IS_OCCLUDED | There is occlusion on the face or it is difficult to see face, which degrades the quality of liveness |
FACE_NOT_FOUND | Face detector can't find face on image |
TOO_MANY_FACES | Face detector found more than one face on image |
FACE_TOO_SMALL | Facial area is not big enough for analysis. Either interpupillary distance(80px) or face size(224 px) is below the configured value. |
FACE_ANGLE_TOO_LARGE | Facial out-of-plane rotation angle is extremely large |
FAILED_TO_PREDICT_LANDMARKS | Landmarks prediction error |
UNKNOWN | Unhandled exception in the code |
Photo format error | Invalid imageIdCard/imageBest Format(Support?jpg?jpeg?png) |
ERROR_NO_FACE_DETECTED | Invalid imageIdCard/imageBest has no face detected |
FAILED_TO_READ_IMAGE | File decoding error. |
FAILED_TO_WRITE_IMAGE | File encoding error. |
FAILED_TO_READ_MODEL | Model deserializing error. |
INVALID_CONFIG | Configuration file deserializing error. |
NO_SUCH_OBJECT_IN_BUILD | Engine or backend is not supported by the build. |
INVALID_FUSE_MODE | Invalid fuse mode_provided. |
NULLPTR | Nullptr provided. |
FAILED_TO_PREPROCESS_IMAGE_WHILE_PREDICT | Liveness prediction error. |
FAILED_TO_PREPROCESS_IMAGE_WHILE_DETECT | Face detection error. |
MISSING_MANDATORY_FIELD | Missing mandatory fields |
Centralized OkayLive Sample Response
Centralized OkayDoc(passport)
Error Code | Description |
---|---|
Error in verifying passport. | Missing fullSizeImage/halfSizeImage/country field |
Empty verification result. Suspected error during verification document. | Missing halfSizeImage |
UNSUPPORTED_COUNTRY | Missing/Invalid country |
Internal Server Error | Missing/Invalid country |
Centralized OkayDoc(passport) Sample Response
Centralized OkayDoc(non passport)
Error Code | Description |
---|---|
UNSUPPORTED_COUNTRY | Invalid/Unsupported country |
Internal Server Error | Invalid/Unsupported country |
Empty verification result. Suspected error during verification document | Missing idImageBase64Image |
EMPTY_DOCTYPE | Missing idImageBase64Image |
UNRECOGNIZED_DOCTYPE | Invalid docType |
ERROR_IN_FIELD_VERSION | Missing parameter "version" |
Centralized OkayDoc(non passport) Sample Response
Get scorecard result
Error Code | Description |
---|---|
Document type (xxx) detected. No scorecard config file found | Config file not found |
Document type not found | No record found |
INVALID_JOURNEY_ID | Invalid/Empty journeyid |
Get scorecard result Sample Response
Get Scorecard Config
Error Code | Description |
---|---|
CONFIG_FILE_NOT_EXIST | Config file not exist |
ERROR_IN_GETTING_SCORECARD_CONFIG | Config file not exist |
USERNAME_NOT_EXIST | Config file not exist |
Get Scorecard Config Sample Response
Last updated