Package io.realm.mongodb
Class ErrorCode.Type
- java.lang.Object
-
- io.realm.mongodb.ErrorCode.Type
-
-
Field Summary
Fields Modifier and Type Field Description static StringAPPstatic StringCLIENTDeprecated.static StringCUSTOMstatic StringFILE_ACCESSstatic StringHTTPstatic StringINVALID_ARGUMENTstatic StringJAVADeprecated.static StringJSONstatic StringLOGICstatic StringPROTOCOLDeprecated.static StringRUNTIMEstatic StringSERVICEstatic StringSESSIONDeprecated.static StringSYNCstatic StringSYSTEMstatic StringUNKNOWNstatic StringWEBSOCKET
-
Constructor Summary
Constructors Constructor Description Type()
-
-
-
Field Detail
-
LOGIC
public static final String LOGIC
- See Also:
- Constant Field Values
-
RUNTIME
public static final String RUNTIME
- See Also:
- Constant Field Values
-
INVALID_ARGUMENT
public static final String INVALID_ARGUMENT
- See Also:
- Constant Field Values
-
FILE_ACCESS
public static final String FILE_ACCESS
- See Also:
- Constant Field Values
-
SYSTEM
public static final String SYSTEM
- See Also:
- Constant Field Values
-
APP
public static final String APP
- See Also:
- Constant Field Values
-
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
@Deprecated public static final String JAVA
Deprecated.- See Also:
- Constant Field Values
-
CUSTOM
public static final String CUSTOM
- See Also:
- Constant Field Values
-
CLIENT
@Deprecated public static final String CLIENT
Deprecated.- See Also:
- Constant Field Values
-
PROTOCOL
@Deprecated public static final String PROTOCOL
Deprecated.- See Also:
- Constant Field Values
-
SESSION
@Deprecated public static final String SESSION
Deprecated.- See Also:
- Constant Field Values
-
WEBSOCKET
public static final String WEBSOCKET
- See Also:
- Constant Field Values
-
SYNC
public static final String SYNC
- See Also:
- Constant Field Values
-
UNKNOWN
public static final String UNKNOWN
- See Also:
- Constant Field Values
-
-