πŸ‘ΎCodes

A. Authentication Error Codes

        Global Error = 0,
        No PersonalId Info Found = 101,
        No IMEI Device Info Found = 102,
        No Location Info Found = 103,
        No Biometric Info Found = 104,
        No Phone Info Found = 105,
        No Email Info Found = 106,
        No Password Info Found = 107,
        No  SecurityQuestions Info Found = 108,
        Failed To Authenticate Document Expiration Date = 201,
        Failed To Authenticate IMEI = 202,
        Failed To Authenticate Location = 203,
        Failed To Authenticate Biometric Info = 204,
        Failed To Authenticate Phone = 205,
        Failed To Authenticate Email = 206,
        Failed To Authenticate Password = 207,
        Failed To Authenticate Security Questions = 208,
        Failed To Authenticate Face =209,
        Failed To Authenticate Liveness = 210,
        Image File Not Valid = 211,
        Image File Size Not Valid = 212,
        CorruptedData = 301,
        NotEnoughBalance = 302

B. Authentication Status Codes

  Pending = 1,
  Rejected = 2,
  Accepted = 3

Last updated