Enum ErrorCode.Category
On this page
Atlas Device SDKs are deprecated. Refer to the deprecation page for details.
io.realm.mongodb
io.realm.mongodb.ErrorCode.Category
Enclosing class:
Enum Constant Summary
Enum Constant and Description |
---|
Method Summary
Modifier and Type | Method and Description |
---|---|
public static ErrorCode.Category | |
public static ErrorCode.Category | values () |
Inherited Methods
Methods inherited from class java.lang.Object :
getClass
,hashCode
,equals
,clone
,toString
,notify
,notifyAll
,wait
,wait
,wait
,finalize
Methods inherited from class java.lang.Enum :
name
,ordinal
,toString
,equals
,hashCode
,clone
,compareTo
,getDeclaringClass
,valueOf
,finalize
Enum Constant Detail
FATAL
public static final ErrorCode.Category
RECOVERABLE
public static final ErrorCode.Category
Method Detail
valueOf
values
public static ErrorCode.Category values () |
---|