Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BREAKING CHANGE: updated description of AuthenticationException in case of empty description #756

Merged
merged 2 commits into from
Sep 11, 2024

Conversation

desusai7
Copy link
Contributor

@desusai7 desusai7 commented Aug 7, 2024

BREAKING CHANGE: updated description of AuthenticationException in case of empty description

Previously the getException() of AuthenticationException object is returning a string with value Received error with code a0.sdk.internal_error.unknown instead of Failed with unknown error due to an in-correct branching logic when the code of the exception is a0.sdk.internal_error.unknown.

We are fixing it as part of this to return the description as Failed with unknown error.

References

#755

Testing

All the existing unit tests are passing after updating them accordingly as per the code changes in this PR

  • This change has been tested on the latest version of the platform/language or why not

Checklist

@desusai7 desusai7 enabled auto-merge (squash) September 11, 2024 10:17
@desusai7 desusai7 requested a review from a team as a code owner September 11, 2024 10:17
@desusai7 desusai7 merged commit dc844e3 into main Sep 11, 2024
10 checks passed
@desusai7 desusai7 deleted the fix/authentication_exception_description branch September 11, 2024 10:26
@pmathew92 pmathew92 mentioned this pull request Oct 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants