You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
All errors thrown from the library appear to be basic Exceptions, so if we want to know what happened programmatically we have to parse the text of the exception message, e.g.:
Exception: SPARQL SELECT problem, HTTP response code: 503, response: You have exceeded your per-minute query quota. Please wait 1 minute to run more queries.
It would be much easier to have a QuotaExceededException or something similar in this instance.
The text was updated successfully, but these errors were encountered:
All errors thrown from the library appear to be basic
Exception
s, so if we want to know what happened programmatically we have to parse the text of the exception message, e.g.:Exception: SPARQL SELECT problem, HTTP response code: 503, response: You have exceeded your per-minute query quota. Please wait 1 minute to run more queries.
It would be much easier to have a
QuotaExceededException
or something similar in this instance.The text was updated successfully, but these errors were encountered: