Error Codes - ReconoSERID/SDK-ReconoSERID-Android GitHub Wiki

Error Codes

If you are calling UI methods they will arrive in the onActivityResult and arrive in:

  • ``data.getExtras().get(IntentExtras.ERROR_MSG) //ERROR_MSG`
  • ``data.getExtras().get(IntentExtras.ERROR_SDK) //ERROR_SDK`

Error Codes

Service Code Description
OTP Service 601 "The input parameter (OTPData) is mandatory. Please check the (OTP Data) field."
OTP Service 602 "The input parameter (TypeOTP) has a value {1} that is not recognized or is empty." The {1} parameter is changed to the value sent in the request.
OTP Service 603 "The Citizen ({0}) was not found in the database. Please check the GuidCitizen field" Parameter ({0}) is changed to the value sent in the request.
OTP Service 604 "The input parameter (GuidOTP) is mandatory. Please check the (GuidOTP) field." (DataOTP)."
OTP Service 605 An error has occurred in the OTP server please try again. in a moment.
Socio demographic questions 701 "The (GuidCitizen) input parameter is mandatory. Please check the (GuidCitizen) field."
Socio demographic questions 702 "The (Answers) input parameter is mandatory. Please check the (Answers) field."
Socio demographic questions 703 "The Citizen ({0}) has not been found in the database. Please check the field GuidCitizen" The parameter ({0}) is changed by the value sent in the request.
Socio demographic questions 704 "Citizen ({0}) has no socio demographic questions registered." The parameter ({0}) is changed to the value sent in the request.
Socio Demographic Questions 705 "The JSON does not contain the required structure."
Demographic Partner Questions 706 "The input object is null, please check the object sent"
Questions Socio Demographic Questions 707 "The input parameter (IdQuestionnaire) has a value {1} which is not recognized or is empty." The {1} parameter is changed to the value sent in the request.
Socio demographic questions 708 "The input parameter (QuestionnaireRegistration) has a value {1} that is not recognized or is empty." The parameter {1} is changed by the value sent in the request.
Biometrics 801 "The input object in null, please check the object sent".
Biometrics 802 "The input parameter (GuidCitizen) has a value {1} that is not recognized or is empty." The parameter {1} is changed to the value sent in the request
Biometrics 803 "The input parameter (Biometrics) has a value {1} that is not recognized or is empty." The parameter {1} is changed by the value sent in the request.
Biometrics 804 "The input parameter (Format) has a value {1} that is not recognized or is empty." The parameter {1} is changed to the value sent in the request
Biometrics 805 "The input parameter (TypeBiometia) has a value {1} that is not recognized or is empty." The parameter {1} is changed to the value sent in the request
Biometrics 807 The image being validated does not correspond to a person.
System S_101 Exception.Message (Error caused by uncontrolled error) for the traceability log.
System C_101 "You do not have permissions on this method ({0}), because of the convention you currently handle".
System 100 Record {0} updated in DB
System 101 Field {0} is mandatory
System 102 Field {0} is invalid
System 103 Field {0} already exists
System 104 Field {0} could not be updated in DB
System 105 {0} active
System 106 {0} is not active
System R_99 "You have not initialized the agreement"
System R_100 "You have not initialized the agreement"
System R_100 "You have not initialized the agreement
System R_100 "Could not connect to the server"
System R_101 "Unable to connect to the server"
System R_100 "Unable to connect to the server
System R_101 "The agreement is not active"
System R_102 "The agreement is not active"
System R_103 "The agreement is not active
System R_102 "The agreement does not have this service enabled"
System R_104 "Error loading the image"
System R_105 "Error saving image"
System R_106 "Unable to process the image"
System R_107 "Parameter not found"
System R_108 "Parameter guidCitizen is not found"
System R_109 "Parameter type document not found"
System R_110 "Parameter documentnumber not found"
System R_111 "Minimum or maximum length not met".

back