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
Add UX for errors from the backend. i.e. refresh button in sections, pop up to reload again, etc.
Response Errors 400: {"error": "Invalid request"}, {"error": "No file provided"} 200: {"data": "Not found"}, {"data": "Account deactive", "reason": str} 409: {"error": "File name already exists"} 413: {"error": "File size limit exceeded."} 423: Locked 500: {"error": "Internal error"} 501: Not Implemented 503: {"error": "Connection error"}, {"error": "API is disabled"} 504: {"error": "Timeout"} 429: Rate limit exceeded
The text was updated successfully, but these errors were encountered:
referencing #266 because it is dealing with this.
Sorry, something went wrong.
No branches or pull requests
Add UX for errors from the backend. i.e. refresh button in sections, pop up to reload again, etc.
Response Errors
400: {"error": "Invalid request"}, {"error": "No file provided"}
200: {"data": "Not found"}, {"data": "Account deactive", "reason": str}
409: {"error": "File name already exists"}
413: {"error": "File size limit exceeded."}
423: Locked
500: {"error": "Internal error"}
501: Not Implemented
503: {"error": "Connection error"}, {"error": "API is disabled"}
504: {"error": "Timeout"}
429: Rate limit exceeded
The text was updated successfully, but these errors were encountered: