الانتقال إلى المحتوى الرئيسي

معالجة الأخطاء

تتمركز جميع عمليات معالجة أخطاء Android SDK في هذا القسم. يستقبل رد الاتصال onErrorAcessoBio كائنًا من نوع ErrorBio يحتوي على code (Int) وdescription (String).

معالجة رد الاتصال
override fun onErrorAcessoBio(error: ErrorBio) {
when (error.code) {
73002 -> { /* camera permission denied — redirect to app settings */ }
73006 -> { /* running on emulator — physical device required */ }
73100 -> { /* no internet connection */ }
else -> { /* generic error handling */ }
}
}
ردود اتصال دورة الحياة

بالإضافة إلى onErrorAcessoBio، يُطلق SDK أيضًا:

  • onUserClosedCameraManually() — أغلق المستخدم الكاميرا يدويًا.
  • onSystemClosedCameraTimeoutSession() — انتهت صلاحية الجلسة بسبب انتهاء المهلة.
  • onSystemChangedTypeCameraTimeoutFaceInference() — لم يتم اكتشاف وجه لمدة 13 ثانية؛ يتحول SDK إلى الالتقاط اليدوي.
رموز الأخطاء

تنشأ جميع رموز الأخطاء من تعداد UnicoException وتُسلَّم عبر ErrorBio(code, message). يحتوي حقل message على السلسلة النصية الدقيقة للـ SDK — لا تعدّلها أو تترجمها.

الرمزالرسالةالوصف
73001Context invalidسياق Android غير صالح تم تمريره إلى SDK
73002Did not grant permission to open cameraرفض المستخدم إذن الكاميرا
73003The lest API is 21(LOLLIPOPمستوى API للجهاز أقل من الحد الأدنى المطلوب (API 21)
73004Could not find implementation interface callback iAcessoBioSelfieواجهة iAcessoBioSelfie غير مُنفَّذة
73005Could not find implementation interface callback iAcessoBioDocumentواجهة iAcessoBioDocument غير مُنفَّذة
73006Unable to open camera on emulatorsلا يعمل SDK على المحاكيات — استخدم جهازًا فعليًا
73007Unknown and unexpected error in WebApp…خطأ عام في WebApp (الكاميرا، التخزين، الأمان، الشبكة)
73100Unable to connect to internet.لا يتوفر اتصال بالإنترنت
73200Please inform the config object or json file nameلم يتم توفير كائن الإعداد أو ملف JSON
73202Unable to parse json fileملف إعداد JSON تالف
73204Unable to initialize the SDK, please configure the environment on setEnviroment method of buildلم يتم استدعاء setEnvironment() قبل التهيئة
73300Unable to get unico authentication objectفشل في استرداد كائن المصادقة
73301Unable to parse objectفشل في تحليل استجابة المصادقة
73302Could not find the unico tokenلم يتم العثور على رمز مصادقة Unico
73303Current host is not registeredمعرف الحزمة غير مسجل في مفتاح SDK
73400Could not initialize cameraفشل تهيئة الكاميرا
73701Could not find active liveness importوحدة اكتشاف الحيوية النشطة غير موجودة
73703Unable to get active liveness sessionفشل في الحصول على جلسة اكتشاف الحيوية
73718The Session was cancelled because of an unknown and unexpected error…خطأ داخلي غير معروف في الجلسة
73721The Session can't be performed: attempts limit exceeded.تم إلغاء الجلسة — تجاوز حد محاولات الالتقاط
73722The Session can't be performed: face alignment timeout.تم إلغاء الجلسة — انتهت مهلة محاذاة الوجه
73726An error happened during video recordingخطأ في تسجيل الفيديو أثناء اكتشاف الحيوية
73727No actions found in a videoلم يتم اكتشاف إجراءات حيوية في الفيديو
73740The user pressed the do not consent button and did not complete the Session.رفض المستخدم الموافقة
73800Could not build encrypted key.فشل في بناء JWT المشفر
73801The Session of SDK was cancelled because of an unknown and unexpected error.خطأ داخلي غير معروف في جلسة SDK
73802The Session was cancelled because of an unknown and unexpected error…تم إلغاء الجلسة — حقول JWT المطلوبة مفقودة
73900Erro ao analisar imagemخطأ في تحليل الصورة الملتقطة
73901É necessário implementar a interface AcessoBioListenerواجهة AcessoBioListener غير مُنفَّذة
73902É necessário insirir um valor maior que 40 segundos no método: setTimeoutSession.يجب أن تكون قيمة setTimeoutSession أكبر من 40 ثانية
73903Arquivo de configuração corrompido. Verifique o arquivo json e tente novamente.ملف الإعداد تالف — تحقق منه وأعد المحاولة
73904Erro ao finalizar processoخطأ في إنهاء عملية الالتقاط
73905Unable to open document cameraتعذر فتح كاميرا المستند
73906Document type uninformedلم يتم تحديد نوع المستند
74001onSuccess: not implemented when using open:webAppToken:رد الاتصال onSuccess غير مُنفَّذ لرحلة المستخدم
74100Could not prepare SDK-Sفشل في إعداد مكونات SDK
74101No URL token was provided.لم يتم توفير رمز URL للرحلة
74102Environment type was not specified.لم يتم تكوين البيئة (PROD/UAT)
737120Unable to initialize livenessتعذر تهيئة نشاط اكتشاف الحيوية
737220Capture could not startفشل بدء عملية الالتقاط
737320Transaction could not startتعذر بدء المعاملة
737321The Session was cancelled because of an unknown and unexpected error. This return value is a catch-all for errors experienced during normal usage of these APIs. Try again.خطأ عام في مزود الجلسة — أعد المحاولة
رموز خطأ REST API

الرموز أعلاه هي أخطاء رد اتصال SDK. يتم توثيق رموز خطأ REST API (عائلات حالة HTTP) بشكل منفصل في مرجع API > رموز الأخطاء.