Hey hey,
As I was going through the expert course, I wondered why the “details” don’t show up in the errorcode directly instead of going to dev tools > network? Happy to have learned this anyway, just curiousity.
Hey hey,
As I was going through the expert course, I wondered why the “details” don’t show up in the errorcode directly instead of going to dev tools > network? Happy to have learned this anyway, just curiousity.
Hey @360Creators, it might be a good idea to show the human-readable API errors directly in the frontend if there is no mapping available.
In most cases, there is a mapping in the frontend that links the error code to a translatable human-readable error that less technical compared to the API one. But in case there is no mapping, we could just show the more technical error in English. That might help the user.
Yes that’d be better! Thank you!