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

fix(Java): Improve Collection of Errors string #1478

Merged
merged 1 commit into from
Nov 26, 2024

Conversation

texastony
Copy link
Contributor

Issue #, if available:

Description of changes:
Collection of Errors is a frustrating error because it requires customer action
to completely serialize it into logs.

We can make a simple fix in Java to improve the CX,
by always serializing the list into the Collection Of Error's
message.

We concatenate the given error message with
a serialization of all the nested errors.

Squash/merge commit message, if applicable:

fix(Java): Improve Collection of Errors string

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

@texastony texastony requested a review from a team as a code owner November 26, 2024 04:50
Copy link
Contributor

@seebees seebees left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This looks good. Thanks

@texastony texastony merged commit 562b3ef into main Nov 26, 2024
35 checks passed
@texastony texastony deleted the tony/fix-java-collection-of-error-message branch November 26, 2024 17:07
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.

2 participants