Hotfix: Complexity exception errors
May 16th, 2024
We recently reverted changes to the ComplexityException
errors that impacted the error message (related to this previous update). They are now back in their original state (see example below).
{
"error_code": "ComplexityException",
"status_code": 429,
"error_message": "Complexity budget exhausted, query cost 30001 budget remaining 19986 out of 1000000 reset in 3 seconds",
"error_data": {},
"errors": [
"Complexity budget exhausted, query cost 30001 budget remaining 19986 out of 1000000 reset in 3 seconds"
],
"account_id": 1234567890
}