Uses of Class
com.couchbase.client.core.transaction.error.internal.ErrorClass
-
Packages that use ErrorClass Package Description com.couchbase.client.core.transaction.error.internal -
-
Uses of ErrorClass in com.couchbase.client.core.transaction.error.internal
Methods in com.couchbase.client.core.transaction.error.internal that return ErrorClass Modifier and Type Method Description static ErrorClass
ErrorClass. classify(Throwable err)
static ErrorClass
ErrorClass. valueOf(String name)
Returns the enum constant of this type with the specified name.static ErrorClass[]
ErrorClass. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-