Package io.realm.kotlin.internal.interop
Class realm_sync_socket_callback_result_e
- java.lang.Object
-
- io.realm.kotlin.internal.interop.realm_sync_socket_callback_result_e
-
public final class realm_sync_socket_callback_result_e extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static intRLM_ERR_SYNC_SOCKET_ADDRESS_SPACE_EXHAUSTEDstatic intRLM_ERR_SYNC_SOCKET_CONNECTION_CLOSEDstatic intRLM_ERR_SYNC_SOCKET_INVALID_ARGUMENTstatic intRLM_ERR_SYNC_SOCKET_NOT_SUPPORTEDstatic intRLM_ERR_SYNC_SOCKET_OPERATION_ABORTEDstatic intRLM_ERR_SYNC_SOCKET_OUT_OF_MEMORYstatic intRLM_ERR_SYNC_SOCKET_RUNTIMEstatic intRLM_ERR_SYNC_SOCKET_SUCCESS
-
Constructor Summary
Constructors Constructor Description realm_sync_socket_callback_result_e()
-
-
-
Field Detail
-
RLM_ERR_SYNC_SOCKET_SUCCESS
public static final int RLM_ERR_SYNC_SOCKET_SUCCESS
- See Also:
- Constant Field Values
-
RLM_ERR_SYNC_SOCKET_OPERATION_ABORTED
public static final int RLM_ERR_SYNC_SOCKET_OPERATION_ABORTED
- See Also:
- Constant Field Values
-
RLM_ERR_SYNC_SOCKET_RUNTIME
public static final int RLM_ERR_SYNC_SOCKET_RUNTIME
- See Also:
- Constant Field Values
-
RLM_ERR_SYNC_SOCKET_OUT_OF_MEMORY
public static final int RLM_ERR_SYNC_SOCKET_OUT_OF_MEMORY
- See Also:
- Constant Field Values
-
RLM_ERR_SYNC_SOCKET_ADDRESS_SPACE_EXHAUSTED
public static final int RLM_ERR_SYNC_SOCKET_ADDRESS_SPACE_EXHAUSTED
- See Also:
- Constant Field Values
-
RLM_ERR_SYNC_SOCKET_CONNECTION_CLOSED
public static final int RLM_ERR_SYNC_SOCKET_CONNECTION_CLOSED
- See Also:
- Constant Field Values
-
RLM_ERR_SYNC_SOCKET_NOT_SUPPORTED
public static final int RLM_ERR_SYNC_SOCKET_NOT_SUPPORTED
- See Also:
- Constant Field Values
-
RLM_ERR_SYNC_SOCKET_INVALID_ARGUMENT
public static final int RLM_ERR_SYNC_SOCKET_INVALID_ARGUMENT
- See Also:
- Constant Field Values
-
-