Mobile Apps Authentication Error CodesIssue When a login failure occurs, a red bar will be displayed at the bottom of the screen which shows the error code. This happens when an exception occurs within the AppAuth library which mobile uses for authentication. This includes the case where the user enters the login screen and then exits, which generates error code 1: user canceled flow. The user backing out of the login screen on their own is a known case where an error should be displayed. An example screenshot from the Android app is attached. Each error comes from inside the open-source library AppAuth. What does each error code mean?0: Indicates a problem parsing an OpenID Connect Service Discovery document.1: Indicates the user manually canceled the OAuth authorization code flow.2: Indicates an OAuth authorization flow was programmatically canceled.3: Indicates a network error occurred.4: Indicates a server error occurred.5: Indicates a problem that occurred deserializing JSON.6: Indicates a problem that occurred by constructing a token response object from the JSON provided by the server.7: Indicates a problem parsing an OpenID Connect Registration Response. This information is shown to aid in debugging. Info to give to developers: the error code. Note: These error codes apply to both iOS and Android. Also it applies to all apps e.g onboarding, agent, now, customer support etc.ReleaseThis was released as part of App version 10.0.2+