AzureAD / microsoft-authentication-library-common-for-android

Common code used by both the Active Directory Authentication Library (ADAL) and the Microsoft Authentication Library (MSAL)
MIT License
41 stars 35 forks source link

Classifying TimeoutException as timed_out #2441

Closed melissaahn closed 3 months ago

melissaahn commented 3 months ago

Summary

TimeoutException, a very common exception seen in telemetry, is currently being classified under error code unknown_error. We've been asked to classify this exception as a more known, retriable error, so this PR creates the new error_code timed_out and adds in a check to ExceptionAdapter.

melissaahn commented 3 months ago

Note that I've added a small change to the build-consumers.yml to mitigate some failing native auth tests which are not related to this PR.