graph-node icon indicating copy to clipboard operation
graph-node copied to clipboard

graph, store: Improve error message when write fails

Open lutter opened this issue 1 year ago • 0 comments

When a write fails because Postgres is unhappy with it, e.g., because of an invalid block_range, it is very hard to understand what happened from the error message. This change improves that by including the entity type and the block at which the write failed as well as some other detail in the error message.

lutter avatar May 15 '24 01:05 lutter