AlexIT to ProgrammingEnglish · 2 months agoWhy I Prefer Exceptions to Error Valuescedardb.comexternal-linkmessage-square51fedilinkarrow-up172arrow-down111
arrow-up161arrow-down1external-linkWhy I Prefer Exceptions to Error Valuescedardb.comAlexIT to ProgrammingEnglish · 2 months agomessage-square51fedilink
minus-squareGetOffMyLanlinkfedilinkarrow-up2·edit-22 months agoI think with http request failures losing the status code can be a real pain. There’s a big difference between 400, 401, 404 and 500 for instance.
I think with http request failures losing the status code can be a real pain. There’s a big difference between 400, 401, 404 and 500 for instance.