AlexIT to [email protected]English • 2 months agoWhy I Prefer Exceptions to Error Valuescedardb.commessage-square51fedilinkarrow-up11arrow-down10cross-posted to: programming
arrow-up11arrow-down1external-linkWhy I Prefer Exceptions to Error Valuescedardb.comAlexIT to [email protected]English • 2 months agomessage-square51fedilinkcross-posted to: programming
minus-square@[email protected]linkfedilink0•2 months agoWhy would it be 200? Imo it should be either 400 or 401.
minus-square@[email protected]linkfedilink0•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.
Why would it be 200? Imo it should be either 400 or 401.
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.