Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 8b811600 authored by Fred Quintana's avatar Fred Quintana
Browse files

add a new error code ERROR_CODE_BAD_REQUEST

parent 80e90c5f
Loading
Loading
Loading
Loading
+11 −0
Original line number Diff line number Diff line
@@ -17313,6 +17313,17 @@
 visibility="public"
>
</field>
<field name="ERROR_CODE_BAD_REQUEST"
 type="int"
 transient="false"
 volatile="false"
 value="8"
 static="true"
 final="true"
 deprecated="not deprecated"
 visibility="public"
>
</field>
<field name="ERROR_CODE_CANCELED"
 type="int"
 transient="false"
+1 −0
Original line number Diff line number Diff line
@@ -25,6 +25,7 @@ public class Constants {
    public static final int ERROR_CODE_INVALID_RESPONSE = 5;
    public static final int ERROR_CODE_UNSUPPORTED_OPERATION = 6;
    public static final int ERROR_CODE_BAD_ARGUMENTS = 7;
    public static final int ERROR_CODE_BAD_REQUEST = 8;

    public static final String ACCOUNTS_KEY = "accounts";
    public static final String AUTHENTICATOR_TYPES_KEY = "authenticator_types";