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 Code | Description |
---|---|
empty_parameters | clientKey is invalid or empty. |
sdk_not_Initialized | Either You haven’t Called the IDWise.initialize or you haven’t waited for a callback |
wrong_credentials | clientKey is incorrect |
empty_journeyId | Internal Error occurred while processing the request |
file_too_large | Provided file is too large to upload |
step_not_found | Provided stepId doesn't exist for the flow |
wrong_stepId | Provided stepId is wrong |
internal_server_error | Some Internal server error |
network_error | Some error related to network i.e Internet connection |
action_not_supported | If you call unsupported action in simple journey mode |
step_not_started | step with provided stepId has not started yet |
journey_not_completed | Journey is not completed yet ,i.e not all steps are concluded |
journey_not_found | A journey with the provided journey id could not be found |
invalid_flowId | Provided flowId is Invalid |
no_active_journey | No active journey exists |
journey_not_started | Journey has not started yet |
step_concluded | Step has already concluded and cannot be started again |
no_journey_to_resume | There is no journey to resume and journey is already concluded or the journeyId is Invalid |
Updated 11 days ago