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

Preserve stack trace DocumentClientException to ResponseMessage #921

Merged
merged 10 commits into from
Nov 21, 2019

Conversation

j82w
Copy link
Contributor

@j82w j82w commented Oct 18, 2019

#Pull Request Template

Description

DocumentClientException to ResponseMessage now uses ToString() to preserve the stack trace and other critical information needed for debugging.

Type of change

Please delete options that are not relevant.

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • This change requires a documentation update

fixes #917

…serve the stack trace and other information.
@j82w j82w requested a review from kirillg as a code owner October 18, 2019 14:39
@j82w j82w self-assigned this Oct 18, 2019
@kirankumarkolli kirankumarkolli merged commit 0b7194c into master Nov 21, 2019
@kirankumarkolli kirankumarkolli deleted the users/jawilley/error_message_fix branch November 21, 2019 18:47
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.

CosmosException should add StackTrace to ToString() override
3 participants