Skip to content

Error Code

i. User Error

Error CodeDescriptionSolution
2000Invalid client keycheck the client key. When initializing the Android SDK, it verifies whether the client key has been used
2008Unregistered usercheck the GCCS sign in status. To check whether the user has been registered or not use me() from GuardianSDK
5001Authentication timeoutMake request for Authentication once again because previous authentication is no longer valid
5005Unauthorized userContact the person in charge to solve this matter
5006Permanently suspended userContact the person in charge to solve this matter
5007Withdraw userContact the person in charge to solve this matter

ii. Authentication Error

Error CodeDescriptionSolution
2004Channel does not existCheck the url used for initialization. If it happens constantly. Please inquire the person in charge.
2010User authentication in-progressDepending on the circumstances. cancel previous authentication and request for new one
5010Authentication failureContact the person in charge to solve this matter
5011User Authentication canceledMake the person in charge to solve this matter
5015Failed to create channelIt can occur when the parameters are not enough. if it happens constantly, Please inquire the person in charge.
5017Failed to send push notificationProblems with FCM(Firebase Cloud Messaging) etc. Also check whether updated token is a correct one
5022Verification failureNode verification failed. If it happens constantly, please inquire the person in charge

iii. Biometric Authentication Error

Error CodeDescriptionSolution
9001Current android version does not support biometric authenticationIt can occur when the Android verison is 6.0 or lower. When the biometric authentication is unavailable , it will be switched to PIN or pattern authentication automatically
9003Device does not support biometric authenticationBiometric module is not supported by the device. When the biometrci authentication is unavailable, it will be switched to PIN or pettern authentication automatically.
9004Biometric information not found from the device.There is no biometric information in this device. When the biometric authentciation is unavailable, it will be swtiched to PIN or pattern authentication automaticaaly.
9005Guardian CCS does not have biometric informationBiometric information was not registered in the Android SDK. Use RegisterBiometric() from GuardianSdk to register the biometric information for authentication
9006Biometric information has been changedBiometric Information stored in the device has been changed Use reserBiometricChange() to reset the biometric information for authentication
9007Biometric information already registerdThis occur when biometric information can't be identified during authentication process. using the right biometric information is recommended
9008Biometric information does not matchIt can occur when biometric information can't be identified during authentication process. Using the right biometric information is recommended
9009Biometric authentication errorit occured due to unspecific reason. Contact the person in charge to solve this matter

iv. Other Error

Error CodeDescriptionSolution
10002SDK errorAn Execption has accoured in the SDK. Contact the person in charge to solve this matter
10003Server erorAn Exception has occured in the API server Contact the person in charge to solve this matter
10004Server connection errorImpossible to connect the server. Check internet connection and the server address used for initialization