Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/java'
Browse files Browse the repository at this point in the history
  • Loading branch information
Varun Malhotra committed Jan 17, 2022
2 parents b92a665 + 7b9f007 commit 986775f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/error-messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,6 @@

"UNABLE_TO_CAST_VALUE": "({file}): Unable to cast value:{variableValue} to type:{variableType}, returning null",
"VARIABLE_NOT_FOUND": "({file}): Variable:{variableKey} for User ID:{userId} is not found in settings-file, returning null",
"MISSING_IMPORT_SETTINGS_MANDATORY_PARAMS": "AccountId and sdkKey are required for fetching account settings. Aborting!"
"MISSING_IMPORT_SETTINGS_MANDATORY_PARAMS": "AccountId and sdkKey are required for fetching account settings. Aborting!",
"ACCOUNT_SETTINGS_NOT_FOUND": "({file}): Request failed for fetching account settings. Got Status Code: ${statusCode} and message: ${message}"
}

0 comments on commit 986775f

Please sign in to comment.