1
0
mirror of https://github.com/nerzhul/ownCloud-SMS-App.git synced 2026-08-22 13:52:58 +00:00

Properly handle 404 NOT FOUND at account creation

This commit is contained in:
Loic Blot
2016-08-27 20:41:25 +02:00
parent 38c933477f
commit 678fe0b720
6 changed files with 19 additions and 3 deletions
@@ -30,6 +30,8 @@ public enum LoginReturnCode {
INVALID_ADDR,
HTTP_CONN_FAILED,
CONN_FAILED,
CONN_FAILED_NOT_FOUND,
INVALID_LOGIN,
UNKNOWN_ERROR,
}