Skip to content
New issue

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

error handling from backend #81

Open
thieflord06 opened this issue Mar 28, 2024 · 1 comment
Open

error handling from backend #81

thieflord06 opened this issue Mar 28, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@thieflord06
Copy link
Member

thieflord06 commented Mar 28, 2024

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

@thieflord06 thieflord06 self-assigned this Mar 28, 2024
@thieflord06 thieflord06 removed their assignment Nov 30, 2024
@thieflord06 thieflord06 changed the title error handling error handling from backend Dec 12, 2024
@thieflord06 thieflord06 added the enhancement New feature or request label Dec 12, 2024
@thieflord06
Copy link
Member Author

referencing #266 because it is dealing with this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant