Skip to content

Extend GET job endpoint with errorData field #2083

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

Open
manuelwedler opened this issue Apr 15, 2025 · 0 comments
Open

Extend GET job endpoint with errorData field #2083

manuelwedler opened this issue Apr 15, 2025 · 0 comments
Labels

Comments

@manuelwedler
Copy link
Contributor

In #2045, we added a new column error_data to our verification_jobs table. It includes any data that is needed to reconstruct an error message from the error_code. We should add this field also to our API, such that we can make use of it in the UI and render the errors in a friendlier way. The errorData can be returned as it is (a json object) from the database. It should be a subfield of error in the API response.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: Triage
Development

No branches or pull requests

1 participant