Uses of Class
com.couchbase.client.core.error.ErrorCodeAndMessage
Packages that use ErrorCodeAndMessage
Package
Description
-
Uses of ErrorCodeAndMessage in com.couchbase.client.core.api.query
Methods in com.couchbase.client.core.api.query that return ErrorCodeAndMessageConstructors in com.couchbase.client.core.api.query with parameters of type ErrorCodeAndMessage -
Uses of ErrorCodeAndMessage in com.couchbase.client.core.error
Methods in com.couchbase.client.core.error that return types with arguments of type ErrorCodeAndMessageModifier and TypeMethodDescriptionAnalyticsException.errors()
Returns the full list of errors and warnings associated with the exception.QueryException.errors()
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) Constructor parameters in com.couchbase.client.core.error with type arguments of type ErrorCodeAndMessageModifierConstructorDescriptionQueryException
(String message, Collection<ErrorCodeAndMessage> errors) -
Uses of ErrorCodeAndMessage in com.couchbase.client.core.error.context
Methods in com.couchbase.client.core.error.context that return types with arguments of type ErrorCodeAndMessageConstructor parameters in com.couchbase.client.core.error.context with type arguments of type ErrorCodeAndMessageModifierConstructorDescriptionAnalyticsErrorContext
(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
Methods in com.couchbase.client.core.transaction.util that return ErrorCodeAndMessageModifier and TypeMethodDescriptionstatic ErrorCodeAndMessage
QueryUtil.chooseQueryError
(QueryErrorContext ctx)