Package io.realm.kotlin.internal.interop
Class realm_app_error_category_e
- java.lang.Object
-
- io.realm.kotlin.internal.interop.realm_app_error_category_e
-
public final class realm_app_error_category_e extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static intRLM_APP_ERROR_CATEGORY_CLIENTstatic intRLM_APP_ERROR_CATEGORY_CUSTOMstatic intRLM_APP_ERROR_CATEGORY_HTTPstatic intRLM_APP_ERROR_CATEGORY_JSONstatic intRLM_APP_ERROR_CATEGORY_SERVICE
-
Constructor Summary
Constructors Constructor Description realm_app_error_category_e()
-
-
-
Field Detail
-
RLM_APP_ERROR_CATEGORY_HTTP
public static final int RLM_APP_ERROR_CATEGORY_HTTP
- See Also:
- Constant Field Values
-
RLM_APP_ERROR_CATEGORY_JSON
public static final int RLM_APP_ERROR_CATEGORY_JSON
- See Also:
- Constant Field Values
-
RLM_APP_ERROR_CATEGORY_CLIENT
public static final int RLM_APP_ERROR_CATEGORY_CLIENT
- See Also:
- Constant Field Values
-
RLM_APP_ERROR_CATEGORY_SERVICE
public static final int RLM_APP_ERROR_CATEGORY_SERVICE
- See Also:
- Constant Field Values
-
RLM_APP_ERROR_CATEGORY_CUSTOM
public static final int RLM_APP_ERROR_CATEGORY_CUSTOM
- See Also:
- Constant Field Values
-
-