Uses of Enum
com.couchbase.client.core.io.netty.kv.ErrorMap.ErrorAttribute
Packages that use ErrorMap.ErrorAttribute
-
Uses of ErrorMap.ErrorAttribute in com.couchbase.client.core.io.netty.kv
Methods in com.couchbase.client.core.io.netty.kv that return ErrorMap.ErrorAttributeModifier and TypeMethodDescriptionstatic ErrorMap.ErrorAttribute
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.io.netty.kv that return types with arguments of type ErrorMap.ErrorAttributeConstructor parameters in com.couchbase.client.core.io.netty.kv with type arguments of type ErrorMap.ErrorAttributeModifierConstructorDescriptionErrorCode
(String name, String description, Set<ErrorMap.ErrorAttribute> attributes, ErrorMap.RetrySpecification retrySpec) Creates a new error code, usually called from jackson.