Class QuotaLimitedException

All Implemented Interfaces:
Serializable

@Uncommitted public class QuotaLimitedException extends CouchbaseException
This error is raised if the operation failed due to hitting a quota-limit on the server side.

Note that this quota-limit might be implicitly configured if you are using Couchbase Capella (for example when using the free tier). See the error context with the exception for further information on the exact cause and check the documentation for potential remedy.

See Also:
  • Constructor Details

    • QuotaLimitedException

      public QuotaLimitedException(ErrorContext errorContext)