Request body size limit is set to 64KB (65536 bytes). In cases when the request body size exceeds 64KB, this exception will be thrown.Any method that sends requests can throw this exception.Solution: Please identify the method that caused the error and craft a smaller request.
Search methods: You could create several smaller and more concrete queries.
Knowledge Graph methods or Watchlist methods: You could split the list of parameters and call the same method multiple times.
Too many sign-in attempts in a short period of time from the same IP address.
5 requests per 10 seconds is a theoretical limit.
Solution: Reuse the Bigdata instance across your project instead of creating it many times. In the case of distributed systems, consider a backoff strategy for retries.
The current state of the object doesn’t allow the operation to be executed.Solution: If raised when deleting/tagging/sharing a file: It means that the action can’t happen until it finishes processing.