apps-android-commons/data-client/src/test/res/raw/create_account_failure.json
Vivek Maskara 32ee0b4f9a
With data-client added as library module (#3656)
* With data-client added as library module

* Fix build
2020-04-15 11:00:13 +01:00

6 lines
No EOL
133 B
JSON

{
"createaccount": {
"status": "FAIL",
"message": "Username entered already in use.\nPlease choose a different name."
}
}