Package io.realm.kotlin.internal.interop
Class realm_sync_errno_connection_e
- java.lang.Object
-
- io.realm.kotlin.internal.interop.realm_sync_errno_connection_e
-
public final class realm_sync_errno_connection_e extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static intRLM_SYNC_ERR_CONNECTION_BAD_CHANGESET_HEADER_SYNTAXstatic intRLM_SYNC_ERR_CONNECTION_BAD_CHANGESET_SIZEstatic intRLM_SYNC_ERR_CONNECTION_BAD_DECOMPRESSIONstatic intRLM_SYNC_ERR_CONNECTION_BAD_MESSAGE_ORDERstatic intRLM_SYNC_ERR_CONNECTION_BAD_SESSION_IDENTstatic intRLM_SYNC_ERR_CONNECTION_BAD_SYNTAXstatic intRLM_SYNC_ERR_CONNECTION_BOUND_IN_OTHER_SESSIONstatic intRLM_SYNC_ERR_CONNECTION_CONNECTION_CLOSEDstatic intRLM_SYNC_ERR_CONNECTION_LIMITS_EXCEEDEDstatic intRLM_SYNC_ERR_CONNECTION_OTHER_ERRORstatic intRLM_SYNC_ERR_CONNECTION_REUSE_OF_SESSION_IDENTstatic intRLM_SYNC_ERR_CONNECTION_SWITCH_TO_FLX_SYNCstatic intRLM_SYNC_ERR_CONNECTION_SWITCH_TO_PBSstatic intRLM_SYNC_ERR_CONNECTION_UNKNOWN_MESSAGEstatic intRLM_SYNC_ERR_CONNECTION_WRONG_PROTOCOL_VERSION
-
Constructor Summary
Constructors Constructor Description realm_sync_errno_connection_e()
-
-
-
Field Detail
-
RLM_SYNC_ERR_CONNECTION_CONNECTION_CLOSED
public static final int RLM_SYNC_ERR_CONNECTION_CONNECTION_CLOSED
- See Also:
- Constant Field Values
-
RLM_SYNC_ERR_CONNECTION_OTHER_ERROR
public static final int RLM_SYNC_ERR_CONNECTION_OTHER_ERROR
- See Also:
- Constant Field Values
-
RLM_SYNC_ERR_CONNECTION_UNKNOWN_MESSAGE
public static final int RLM_SYNC_ERR_CONNECTION_UNKNOWN_MESSAGE
- See Also:
- Constant Field Values
-
RLM_SYNC_ERR_CONNECTION_BAD_SYNTAX
public static final int RLM_SYNC_ERR_CONNECTION_BAD_SYNTAX
- See Also:
- Constant Field Values
-
RLM_SYNC_ERR_CONNECTION_LIMITS_EXCEEDED
public static final int RLM_SYNC_ERR_CONNECTION_LIMITS_EXCEEDED
- See Also:
- Constant Field Values
-
RLM_SYNC_ERR_CONNECTION_WRONG_PROTOCOL_VERSION
public static final int RLM_SYNC_ERR_CONNECTION_WRONG_PROTOCOL_VERSION
- See Also:
- Constant Field Values
-
RLM_SYNC_ERR_CONNECTION_BAD_SESSION_IDENT
public static final int RLM_SYNC_ERR_CONNECTION_BAD_SESSION_IDENT
- See Also:
- Constant Field Values
-
RLM_SYNC_ERR_CONNECTION_REUSE_OF_SESSION_IDENT
public static final int RLM_SYNC_ERR_CONNECTION_REUSE_OF_SESSION_IDENT
- See Also:
- Constant Field Values
-
RLM_SYNC_ERR_CONNECTION_BOUND_IN_OTHER_SESSION
public static final int RLM_SYNC_ERR_CONNECTION_BOUND_IN_OTHER_SESSION
- See Also:
- Constant Field Values
-
RLM_SYNC_ERR_CONNECTION_BAD_MESSAGE_ORDER
public static final int RLM_SYNC_ERR_CONNECTION_BAD_MESSAGE_ORDER
- See Also:
- Constant Field Values
-
RLM_SYNC_ERR_CONNECTION_BAD_DECOMPRESSION
public static final int RLM_SYNC_ERR_CONNECTION_BAD_DECOMPRESSION
- See Also:
- Constant Field Values
-
RLM_SYNC_ERR_CONNECTION_BAD_CHANGESET_HEADER_SYNTAX
public static final int RLM_SYNC_ERR_CONNECTION_BAD_CHANGESET_HEADER_SYNTAX
- See Also:
- Constant Field Values
-
RLM_SYNC_ERR_CONNECTION_BAD_CHANGESET_SIZE
public static final int RLM_SYNC_ERR_CONNECTION_BAD_CHANGESET_SIZE
- See Also:
- Constant Field Values
-
RLM_SYNC_ERR_CONNECTION_SWITCH_TO_FLX_SYNC
public static final int RLM_SYNC_ERR_CONNECTION_SWITCH_TO_FLX_SYNC
- See Also:
- Constant Field Values
-
RLM_SYNC_ERR_CONNECTION_SWITCH_TO_PBS
public static final int RLM_SYNC_ERR_CONNECTION_SWITCH_TO_PBS
- See Also:
- Constant Field Values
-
-