subspace icon indicating copy to clipboard operation
subspace copied to clipboard

Error with context

Open danakj opened this issue 9 months ago • 0 comments

Provide a context method on Error which can throw it away or use it, and implement it for Box<DynError> and std::string?

Storing context is very important use case given by anyhow but C++ can't just gain it in that way, without replacing all the Error types, so we should build this into Error. (h/t @Kangz for pointing this out in dawn)

danakj avatar Oct 16 '23 21:10 danakj