SDK Error Codes

The table below lists all the SDK error codes you might encounter during the integration with the IDWise SDK. These errors will be provided through the onError callback. As a developer, it's important to handle these errors appropriately within your application context.

IDWiseErrorCodeValueDescription
emptyParametersempty_parametersclientKey is invalid or empty.
sdkNotInitializedsdk_not_InitializedEither You haven’t Called the IDWise.initialize or you haven’t waited for a callback
wrongCredentialswrong_credentialsclientKey is incorrect
emptyJourneyIdempty_journeyIdInternal Error occurred while processing the request
fileTooLargefile_too_largeProvided file is too large to upload
stepNotFoundstep_not_foundProvided stepId doesn't exist for the flow
wrongStepIdwrong_stepIdProvided stepId is wrong
internalServerErrorinternal_server_errorSome Internal server error
networkErrornetwork_errorSome error related to network i.e Internet connection
actionNotSupportedaction_not_supportedIf you call unsupported action in simple journey mode
stepNotStartedstep_not_startedstep with provided stepId has not started yet
journeyNotCompletedjourney_not_completedJourney is not completed yet ,i.e not all steps are concluded
invalidFlowIdinvalid_flowIdProvided flowId is Invalid
noActiveJourneyno_active_journeyNo active journey exists
journeyNotStartedjourney_not_startedJourney has not started yet
stepConcludedstep_concludedStep has already concluded and cannot be started again
noJourneyToResumeno_journey_to_resumeThere is no journey to resume and journey is already concluded or the journeyId is Invalid