Docs Menu
Docs Home
/ /
Atlas Device SDKs
/ / /

Enum ErrorCode.Category

On this page

  • io.realm.mongodb
  • Enum Constant Summary
  • Method Summary
  • Inherited Methods
  • Enum Constant Detail
  • FATAL
  • RECOVERABLE
  • Method Detail
  • valueOf
  • values
io.realm.mongodb.ErrorCode.Category

Enclosing class:

ErrorCode

Enum Constant and Description
Modifier and Type
Method and Description
public static ErrorCode.Category
public static ErrorCode.Category
  • 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

public static final ErrorCode.Category

public static final ErrorCode.Category

public static ErrorCode.Category valueOf (
String name
)
public static ErrorCode.Category values ()

Back

ErrorCode

Next

ErrorCode.Type