Base exception for all BigdataClient exceptions.
Contact support if this exception is raised.
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.
Too many requests in a short period of time. These are the current Bigdata.com platform rate limits:
Solution: Adapt your code to make fewer requests.
Generic error for authentication flow when the problem is not related to the rate limit. Possible causes:
Solution: Check the error message for more information. Contact support if necessary.
Too many sign-in attempts in a short period of time from the same IP address.
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.
The payload for the similarity search is too large.
Solution: Reduce the size of the payload.
Generic error for chat operations.
Solution: Check the error message for more information.
Chat does not exist.
Allowed message length from MIN_CHAT_QUESTION_LENGTH
to MAX_CHAT_QUESTION_LENGTH
characters. Actual: message_length
.
Base exception for all BigdataClient exceptions.
Contact support if this exception is raised.
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.
Too many requests in a short period of time. These are the current Bigdata.com platform rate limits:
Solution: Adapt your code to make fewer requests.
Generic error for authentication flow when the problem is not related to the rate limit. Possible causes:
Solution: Check the error message for more information. Contact support if necessary.
Too many sign-in attempts in a short period of time from the same IP address.
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.
The payload for the similarity search is too large.
Solution: Reduce the size of the payload.
Generic error for chat operations.
Solution: Check the error message for more information.
Chat does not exist.
Allowed message length from MIN_CHAT_QUESTION_LENGTH
to MAX_CHAT_QUESTION_LENGTH
characters. Actual: message_length
.