Package | Description |
---|---|
com.couchbase.client.core.error | |
com.couchbase.client.core.error.context |
Modifier and Type | Method and Description |
---|---|
List<ErrorCodeAndMessage> |
AnalyticsException.errors()
Returns the full list of errors and warnings associated with the exception.
|
List<ErrorCodeAndMessage> |
QueryException.errors()
Returns the full list of errors and warnings associated with the exception.
|
static List<ErrorCodeAndMessage> |
ErrorCodeAndMessage.fromJsonArray(byte[] jsonArray) |
Constructor and Description |
---|
QueryException(String message,
Collection<ErrorCodeAndMessage> errors) |
Modifier and Type | Method and Description |
---|---|
List<ErrorCodeAndMessage> |
AnalyticsErrorContext.errors() |
List<ErrorCodeAndMessage> |
QueryErrorContext.errors() |
Constructor and Description |
---|
AnalyticsErrorContext(RequestContext requestContext,
List<ErrorCodeAndMessage> errors) |
QueryErrorContext(RequestContext requestContext,
List<ErrorCodeAndMessage> errors) |
Copyright © 2020 Couchbase, Inc.. All rights reserved.