Package io.realm.mongodb
Class ErrorCode.Type
- java.lang.Object
-
- io.realm.mongodb.ErrorCode.Type
-
-
Constructor Summary
Constructors Constructor Description Type()
-
-
-
Field Detail
-
JSON
public static final String JSON
- See Also:
- Constant Field Values
-
SERVICE
public static final String SERVICE
- See Also:
- Constant Field Values
-
HTTP
public static final String HTTP
- See Also:
- Constant Field Values
-
JAVA
public static final String JAVA
- See Also:
- Constant Field Values
-
APP
public static final String APP
- See Also:
- Constant Field Values
-
CLIENT
public static final String CLIENT
- See Also:
- Constant Field Values
-
PROTOCOL
public static final String PROTOCOL
- See Also:
- Constant Field Values
-
SESSION
public static final String SESSION
- See Also:
- Constant Field Values
-
SYSTEM
public static final String SYSTEM
- See Also:
- Constant Field Values
-
UNKNOWN
public static final String UNKNOWN
- See Also:
- Constant Field Values
-
-