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 ErrorCodeAndMessageMethods 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()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) Constructors in com.couchbase.client.core.error with parameters of type ErrorCodeAndMessageModifierConstructorDescriptionCoreErrorCodeAndMessageException(ErrorCodeAndMessage errorCodeAndMessage, ErrorContext errorContext) Constructor parameters in com.couchbase.client.core.error with type arguments of type ErrorCodeAndMessageModifierConstructorDescriptionQueryException(String message, Collection<ErrorCodeAndMessage> errors) Deprecated. -
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 ErrorCodeAndMessageQueryUtil.chooseQueryError(QueryErrorContext ctx)