bcnmy / userop-debugger-backend

MIT License
7 stars 2 forks source link

Add suggestions to decoded error #37

Closed tomarsachin2271 closed 10 months ago

tomarsachin2271 commented 10 months ago

Fixes Issue 32

Added suggestions field to DecodedError type and implemented respective decoder classes to reflect the changes.

The suggestions field is a string array, and values can be in markdown format as well. The frontend should parse them as markdown formatted strings.