I have been building an integration with our ERP and keep getting random {“message”: “Unexpected error. Please contact a system administrator.”} when I run simple queries such as user_quota queries:
{
user_quota {
credits_remaining
max_available
increment_rate
}
}
It will error out and then I wait a few seconds and try again and it works. It has been very frustrating and gives me a bad feeling about the stability of this API. Is this a common occurrence that just needs to be handled?