Package io.realm.kotlin.internal.interop
Class realm_logic_error_kind_e
- java.lang.Object
-
- io.realm.kotlin.internal.interop.realm_logic_error_kind_e
-
public final class realm_logic_error_kind_e extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static intRLM_LOGIC_ERR_NONEstatic intRLM_LOGIC_ERR_STRING_TOO_BIG
-
Constructor Summary
Constructors Constructor Description realm_logic_error_kind_e()
-
-
-
Field Detail
-
RLM_LOGIC_ERR_NONE
public static final int RLM_LOGIC_ERR_NONE
- See Also:
- Constant Field Values
-
RLM_LOGIC_ERR_STRING_TOO_BIG
public static final int RLM_LOGIC_ERR_STRING_TOO_BIG
- See Also:
- Constant Field Values
-
-