Class RateLimitedException

All Implemented Interfaces:
Serializable

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

Note that this rate-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

    • RateLimitedException

      public RateLimitedException(ErrorContext errorContext)