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

Better UI for batcherrors #235

Open
nathanielrindlaub opened this issue Aug 21, 2024 · 0 comments
Open

Better UI for batcherrors #235

nathanielrindlaub opened this issue Aug 21, 2024 · 0 comments
Labels
bug Something isn't working self-service

Comments

@nathanielrindlaub
Copy link
Member

Right now if a batcherror occurs (e.g., the zip file is corrupted or there's an unhandled exception thrown by our batch processing code) we just haphazardly tack on a vague error message to the upload table.

If we have any info that would be helpful to the user we should display it. For reference, a corrupted zip file batcherror looks like this:

{
  "_id": "8bd966e6-f1c5-4949-8c46-2ba3b52b7fea",
  "batch": "batch-b3782175-becf-435b-a9e1-82dfd4d962a0",
  "error": "Bad archive",
  "created": {
    "$date": "2024-08-21T13:39:28.597Z"
  },
  "__v": 0
}
@nathanielrindlaub nathanielrindlaub added bug Something isn't working self-service labels Aug 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working self-service
Projects
None yet
Development

No branches or pull requests

1 participant