Serde errors are being masked, hindering debugging
thePalindrome opened this issue · 0 comments
thePalindrome commented
Your error handling first checks to see if there's an error system from the API, but then gives up entirely, dumping the entire response on us without providing Serde's error (which would tell us what field is missing or what have you).