cm0002@lemmy.world to Programmer Humor@programming.dev · 7 months agoYes, But...lemmy.mlimagemessage-square45fedilinkarrow-up1674arrow-down18
arrow-up1666arrow-down1imageYes, But...lemmy.mlcm0002@lemmy.world to Programmer Humor@programming.dev · 7 months agomessage-square45fedilink
minus-squarefuzzzerd@programming.devlinkfedilinkEnglisharrow-up19·7 months agoWhat about both? User supplies bad input? HTTP 400 with response body json describing the error in a standard format?
minus-squarebountygiver [any]@lemmy.mllinkfedilinkEnglisharrow-up6·7 months agowhen you are too lazy to ask your request library to not throw exception on non-200 responses.
What about both? User supplies bad input? HTTP 400 with response body json describing the error in a standard format?
when you are too lazy to ask your request library to not throw exception on non-200 responses.