You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
In #2045, we added a new column
error_data
to ourverification_jobs
table. It includes any data that is needed to reconstruct an error message from theerror_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. TheerrorData
can be returned as it is (a json object) from the database. It should be a subfield oferror
in the API response.The text was updated successfully, but these errors were encountered: