Skip to main content

Error Code

Overview#

Below are the possible errors that can occur during GCCS authentication and biometric authentication.


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 GCCS sign in status
To check whether the user has been registered or not, use getMe() 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
5006Temporarily suspended userContact the person in charge to solve this matter
5007Permanently suspended userContact the person in charge to solve this matter
5008Withdrawn userUser accounts can be reactivated within certain period of time by reactivation


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 request for re-authentication
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


Biometric authentication error#

Error CodeDescriptionSolution
9001Current iOS version does not support biometric authenticationIt can occur when the iOS version is 13.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 biometric authentication is unavailable, it will be switched to PIN or pattern authentication automatically
9004Biometric information not found from the deviceThere is no biometric information in this device
When the biometric authentication is unavailable, it will be switched to PIN or pattern authentication automatically
9005Guardian CCS does not have biometric informationBiometric information was not registered in the iOS 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 resetBiometric() from GuardianSdk to reset the biometric information for authentication
9007Biometric information already registeredThis occurs when the biometric information that user tries to register already exists
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 occurred due to unspecified reason.
Contact the person in charge to solve this matter


Other error#

Error CodeDescriptionSolution
10002SDK errorAn Exception has occurred in the SDK
Contact the person in charge to solve this matter
10003Server errorAn Exception has occurred 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