| Package | Description |
|---|---|
| com.couchbase.client.core.io.netty.kv |
| Modifier and Type | Method and 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.
|
| Modifier and Type | Method and Description |
|---|---|
Set<ErrorMap.ErrorAttribute> |
ErrorMap.ErrorCode.attributes() |
| Constructor and Description |
|---|
ErrorCode(String name,
String description,
Set<ErrorMap.ErrorAttribute> attributes,
ErrorMap.RetrySpecification retrySpec)
Creates a new error code, usually called from jackson.
|
Copyright © 2024 Couchbase, Inc.. All rights reserved.