Uses of Class
com.couchbase.client.core.error.ErrorCodeAndMessage
-
Packages that use ErrorCodeAndMessage Package Description com.couchbase.client.core.api.query com.couchbase.client.core.error com.couchbase.client.core.error.context com.couchbase.client.core.transaction.util -
-
Uses of ErrorCodeAndMessage in com.couchbase.client.core.api.query
Methods in com.couchbase.client.core.api.query that return ErrorCodeAndMessage Modifier and Type Method Description ErrorCodeAndMessageCoreQueryWarning. inner()Constructors in com.couchbase.client.core.api.query with parameters of type ErrorCodeAndMessage Constructor Description CoreQueryWarning(ErrorCodeAndMessage inner) -
Uses of ErrorCodeAndMessage in com.couchbase.client.core.error
Methods in com.couchbase.client.core.error that return types with arguments of type ErrorCodeAndMessage Modifier and Type Method 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. from(byte[] content)static List<ErrorCodeAndMessage>ErrorCodeAndMessage. fromJsonArray(byte[] jsonArray)Constructor parameters in com.couchbase.client.core.error with type arguments of type ErrorCodeAndMessage Constructor Description QueryException(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 ErrorCodeAndMessage Modifier and Type Method Description List<ErrorCodeAndMessage>AnalyticsErrorContext. errors()List<ErrorCodeAndMessage>QueryErrorContext. errors()Constructor parameters in com.couchbase.client.core.error.context with type arguments of type ErrorCodeAndMessage Constructor Description AnalyticsErrorContext(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 ErrorCodeAndMessage Modifier and Type Method Description static ErrorCodeAndMessageQueryUtil. chooseQueryError(QueryErrorContext ctx)
-