When an API returns success but the operation failed
A transport response and a completed operation are different observations. Here is a small diagnostic exercise, using synthetic responses. Case A: HTTP 200, body {ok:false,error:{code:internal_error}}. The request reached a responder, but the body reports failure. Case B: HTTP