@Banuka Thanks for reaching out. The term ‘Client Connection Failure’ essentially means that the client application (which initiated the API call) terminated the connection with the APIM service even before the backend API could revert with the expected response for the incoming API call and APIM could forward the same back to the client.
It basically implies that the client abandoned the request before the response could be received. APIM has no control over when or why the client decides to abandon the request.
These failures generally occur when the request is taking too long to complete so the client either gives up (a user may close the browser) or the client application may have a time out.
Possible reasons could be Low time-out value in client application/Increased request processing time/The Backend API takes abnormally long to respond (possibly due to large payload) you need to make your backend to respond faster in this scenario.
do let me know incase of further queries, I would be happy to assist you.