Skip to main content

Error Code

Overview#

Below are the possible errors that can occur when implementing GCCS user management.


User management error#

Error CodeDescriptionSolution
2000Invalid client keyCheck the client key
When initializing the Android SDK, it verifies whether the client key has been used
2002Required parameter not foundMake sure that required parameters are all provided when calling the Android SDK
2008Unregistered userCheck GCCS sign in status
To check whether the user has been registered or not, use getMe() from GuardianSdk
3202Client ID not uniqueIt can occur when the ID is already occupied by other external site(client) user. Using another ID or re-registration is recommended
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


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