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.

IDWiseError CodeDescription
empty_parametersclientKey is invalid or empty.
sdk_not_InitializedEither You haven’t Called the IDWise.initialize or you haven’t waited for a callback
wrong_credentialsclientKey is incorrect
empty_journeyIdInternal Error occurred while processing the request
file_too_largeProvided file is too large to upload
step_not_foundProvided stepId doesn't exist for the flow
wrong_stepIdProvided stepId is wrong
internal_server_errorSome Internal server error
network_errorSome error related to network i.e Internet connection
action_not_supportedIf you call unsupported action in simple journey mode
step_not_startedstep with provided stepId has not started yet
journey_not_completedJourney is not completed yet ,i.e not all steps are concluded
journey_not_foundA journey with the provided journey id could not be found
invalid_flowIdProvided flowId is Invalid
no_active_journeyNo active journey exists
journey_not_startedJourney has not started yet
step_concludedStep has already concluded and cannot be started again
no_journey_to_resumeThere is no journey to resume and journey is already concluded or the journeyId is Invalid