Uses of Class
com.couchbase.client.core.endpoint.kv.ErrorMap.ErrorAttribute
Package | Description |
---|---|
com.couchbase.client.core.endpoint.kv |
-
Uses of ErrorMap.ErrorAttribute in com.couchbase.client.core.endpoint.kv
Methods in com.couchbase.client.core.endpoint.kv that return ErrorMap.ErrorAttribute Modifier and Type Method Description static ErrorMap.ErrorAttribute
ErrorMap.ErrorAttribute. valueOf(String name)
Returns the enum constant of this type with the specified name.static ErrorMap.ErrorAttribute[]
ErrorMap.ErrorAttribute. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.couchbase.client.core.endpoint.kv that return types with arguments of type ErrorMap.ErrorAttribute Modifier and Type Method Description Set<ErrorMap.ErrorAttribute>
ErrorMap.ErrorCode. attributes()
Constructor parameters in com.couchbase.client.core.endpoint.kv with type arguments of type ErrorMap.ErrorAttribute Constructor Description ErrorCode(String name, String description, Set<ErrorMap.ErrorAttribute> attributes, ErrorMap.RetrySpecification retrySpec)