We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
As I'm playing with the API, the errors that pop up should have more detail or should be a warning instead of a pure error.
For example, I think there is an API rate limit that I inadvertently triggered that yielded:
Payment Required (HTTP 402).
The next error I feel should be a "soft" error or a flat out silent warning:
Error: A duplicate request was previously made for space
The text was updated successfully, but these errors were encountered:
Do you see this issue on a regular basis? Do you have a reprex?
Sorry, something went wrong.
The duplicate request comes up if there is a pre-existing invite sent out. The payment required component was triggered after a mass request?
I can post the reprex code later tomorrow.
More informative errors would be nice here!
No branches or pull requests
As I'm playing with the API, the errors that pop up should have more detail or should be a warning instead of a pure error.
For example, I think there is an API rate limit that I inadvertently triggered that yielded:
The next error I feel should be a "soft" error or a flat out silent warning:
The text was updated successfully, but these errors were encountered: