Closed tomarsachin2271 closed 10 months ago
Added suggestions field to DecodedError type and implemented respective decoder classes to reflect the changes.
DecodedError
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.
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.