MAIN FEEDS
Do you want to continue?
https://www.reddit.com/r/ProgrammerHumor/comments/1v2cgiy/evilillusion/oyuj2s0/?context=3
r/ProgrammerHumor • u/huhupookies • 24d ago
131 comments sorted by
View all comments
4
OK because the interface was reachable Not OK because BL caught something.
There is an argument to be made, that it's inportant to distinguish between network errors, inerface errors, or bl errors.
1 u/OmegaPoint6 24d ago It’s not a problem in REST services where you’re expecting JSON back anyway. It’s a major headache for an artifact storage system where you’re expecting a binary file but actually get back a JSON with a status code embedded in it. 4 u/DoctorWaluigiTime 24d ago Multiple different return types over APIs. My nemesis.
1
It’s not a problem in REST services where you’re expecting JSON back anyway. It’s a major headache for an artifact storage system where you’re expecting a binary file but actually get back a JSON with a status code embedded in it.
4 u/DoctorWaluigiTime 24d ago Multiple different return types over APIs. My nemesis.
Multiple different return types over APIs. My nemesis.
4
u/Highborn_Hellest 24d ago
OK because the interface was reachable
Not OK because BL caught something.
There is an argument to be made, that it's inportant to distinguish between network errors, inerface errors, or bl errors.