Uses of Class
com.couchbase.client.core.error.ErrorCodeAndMessage
Package
Description
-
Uses of ErrorCodeAndMessage in com.couchbase.client.core.api.query
-
Uses of ErrorCodeAndMessage in com.couchbase.client.core.error
Modifier and TypeMethodDescriptionAnalyticsException.errors()
Returns the full list of errors and warnings associated with the exception.CoreErrorCodeAndMessageException.errors()
QueryException.errors()
Deprecated.Returns the full list of errors and warnings associated with the exception.static List
<ErrorCodeAndMessage> ErrorCodeAndMessage.from
(byte[] content) static List
<ErrorCodeAndMessage> ErrorCodeAndMessage.fromJsonArray
(byte[] jsonArray) ModifierConstructorDescriptionCoreErrorCodeAndMessageException
(List<ErrorCodeAndMessage> errors, ErrorContext errorContext) QueryException
(String message, Collection<ErrorCodeAndMessage> errors) Deprecated. -
Uses of ErrorCodeAndMessage in com.couchbase.client.core.error.context
ModifierConstructorDescriptionAnalyticsErrorContext
(RequestContext requestContext, List<ErrorCodeAndMessage> errors, int httpStatus) QueryErrorContext
(RequestContext requestContext, List<ErrorCodeAndMessage> errors, int httpStatus) -
Uses of ErrorCodeAndMessage in com.couchbase.client.core.transaction.util
Modifier and TypeMethodDescriptionstatic ErrorCodeAndMessage
QueryUtil.chooseQueryError
(QueryErrorContext ctx)