Package io.realm.kotlin.internal.interop
Class realm_app_errno_json_e
- java.lang.Object
-
- io.realm.kotlin.internal.interop.realm_app_errno_json_e
-
public final class realm_app_errno_json_e extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static intRLM_APP_ERR_JSON_BAD_BSON_PARSEstatic intRLM_APP_ERR_JSON_BAD_TOKENstatic intRLM_APP_ERR_JSON_MALFORMED_JSONstatic intRLM_APP_ERR_JSON_MISSING_JSON_KEY
-
Constructor Summary
Constructors Constructor Description realm_app_errno_json_e()
-
-
-
Field Detail
-
RLM_APP_ERR_JSON_BAD_TOKEN
public static final int RLM_APP_ERR_JSON_BAD_TOKEN
- See Also:
- Constant Field Values
-
RLM_APP_ERR_JSON_MALFORMED_JSON
public static final int RLM_APP_ERR_JSON_MALFORMED_JSON
- See Also:
- Constant Field Values
-
RLM_APP_ERR_JSON_MISSING_JSON_KEY
public static final int RLM_APP_ERR_JSON_MISSING_JSON_KEY
- See Also:
- Constant Field Values
-
RLM_APP_ERR_JSON_BAD_BSON_PARSE
public static final int RLM_APP_ERR_JSON_BAD_BSON_PARSE
- See Also:
- Constant Field Values
-
-