Bug: Decoder error message creation #806
Labels
bug
Something isn't working
good first issue
Good for newcomers
help wanted
Extra attention is needed
When trying to decode a nullable field using the wrong code below:
The error I get is:
UnableToDecode([DecodeError("String", "Atom", ["data", "children", "0", "data"])])
. The fieldlink_flair_text
is, indeed ondata.children[0].data
, but the message doesn't say the error is on the fieldlink_flair_text
The text was updated successfully, but these errors were encountered: