-
Notifications
You must be signed in to change notification settings - Fork 494
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
Added stack trace to CosmosException, ResponseMessage.ErrorMessage includes full exception info. #1213
Commits on Feb 11, 2020
-
Removed Error since it is not being used anywhere.
Jake Willey committedFeb 11, 2020 Configuration menu - View commit details
-
Copy full SHA for d4b9c9c - Browse repository at this point
Copy the full SHA d4b9c9cView commit details -
Removed error since it's not being used
Jake Willey committedFeb 11, 2020 Configuration menu - View commit details
-
Copy full SHA for ef9a94b - Browse repository at this point
Copy the full SHA ef9a94bView commit details
Commits on Feb 13, 2020
-
Refactored added new exception types
Jake Willey committedFeb 13, 2020 Configuration menu - View commit details
-
Copy full SHA for 87b363c - Browse repository at this point
Copy the full SHA 87b363cView commit details
Commits on Feb 14, 2020
-
ResponseMessage.ErrorMessage will now return the full CosmosException…
… string. Returning only the error message makes it not possible to debug. CosmosException now stores the stack trace. This fixes the issues where the error information is stored and later thrown causing the exception to show the incorrect error location. Created new CosmosExceptionFactory. This helps produce a CosmosException from the various types.
Jake Willey committedFeb 14, 2020 Configuration menu - View commit details
-
Copy full SHA for d1406ec - Browse repository at this point
Copy the full SHA d1406ecView commit details -
Jake Willey committed
Feb 14, 2020 Configuration menu - View commit details
-
Copy full SHA for eb37121 - Browse repository at this point
Copy the full SHA eb37121View commit details
Commits on Feb 18, 2020
-
Renamed exception to add Cosmos to avoid confusion with Document name…
… space versions.
Jake Willey committedFeb 18, 2020 Configuration menu - View commit details
-
Copy full SHA for e8422e3 - Browse repository at this point
Copy the full SHA e8422e3View commit details
Commits on Feb 19, 2020
-
Fixed exception handling and updated tests.
Jake Willey committedFeb 19, 2020 Configuration menu - View commit details
-
Copy full SHA for f783e54 - Browse repository at this point
Copy the full SHA f783e54View commit details
Commits on Feb 20, 2020
-
Jake Willey committed
Feb 20, 2020 Configuration menu - View commit details
-
Copy full SHA for 61905b1 - Browse repository at this point
Copy the full SHA 61905b1View commit details -
Fixed ExceptionWithStackTraceException to use original exception stac…
…k trace.
Jake Willey committedFeb 20, 2020 Configuration menu - View commit details
-
Copy full SHA for 23a7a99 - Browse repository at this point
Copy the full SHA 23a7a99View commit details -
Merge remote-tracking branch 'origin/master' into users/jawilley/diag…
…nostics/exception
Jake Willey committedFeb 20, 2020 Configuration menu - View commit details
-
Copy full SHA for 73d5632 - Browse repository at this point
Copy the full SHA 73d5632View commit details -
Fixed merge conflicts with latest
Jake Willey committedFeb 20, 2020 Configuration menu - View commit details
-
Copy full SHA for 97fae63 - Browse repository at this point
Copy the full SHA 97fae63View commit details -
Added diagnostic context to exceptions.
Jake Willey committedFeb 20, 2020 Configuration menu - View commit details
-
Copy full SHA for 968fb97 - Browse repository at this point
Copy the full SHA 968fb97View commit details -
Jake Willey committed
Feb 20, 2020 Configuration menu - View commit details
-
Copy full SHA for 1162ce1 - Browse repository at this point
Copy the full SHA 1162ce1View commit details
Commits on Feb 21, 2020
-
Updated error message field in linq tests
Jake Willey committedFeb 21, 2020 Configuration menu - View commit details
-
Copy full SHA for 32343f2 - Browse repository at this point
Copy the full SHA 32343f2View commit details -
Converted the stack trace to a string. Removed creating the stack tra…
…ce for exception less path.
Jake Willey committedFeb 21, 2020 Configuration menu - View commit details
-
Copy full SHA for 064c1f5 - Browse repository at this point
Copy the full SHA 064c1f5View commit details -
Jake Willey committed
Feb 21, 2020 Configuration menu - View commit details
-
Copy full SHA for a41b615 - Browse repository at this point
Copy the full SHA a41b615View commit details
Commits on Feb 25, 2020
-
Removed typed exceptions to avoid exposing internal types.
Jake Willey committedFeb 25, 2020 Configuration menu - View commit details
-
Copy full SHA for 0d2e970 - Browse repository at this point
Copy the full SHA 0d2e970View commit details -
Jake Willey committed
Feb 25, 2020 Configuration menu - View commit details
-
Copy full SHA for b5507e0 - Browse repository at this point
Copy the full SHA b5507e0View commit details
Commits on Feb 26, 2020
-
Adding transport client exception tests.
Jake Willey committedFeb 26, 2020 Configuration menu - View commit details
-
Copy full SHA for 74beae5 - Browse repository at this point
Copy the full SHA 74beae5View commit details
Commits on Feb 27, 2020
-
Update Microsoft.Azure.Cosmos/src/Resource/CosmosExceptions/CosmosExc…
…eptionFactory.cs Co-Authored-By: Matias Quaranta <ealsur@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 300872b - Browse repository at this point
Copy the full SHA 300872bView commit details -
Update Microsoft.Azure.Cosmos/src/Resource/CosmosExceptions/CosmosExc…
…eptionFactory.cs Co-Authored-By: Matias Quaranta <ealsur@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for fce942a - Browse repository at this point
Copy the full SHA fce942aView commit details -
Removed diagnostics from Response.ErrorMessage
Jake Willey committedFeb 27, 2020 Configuration menu - View commit details
-
Copy full SHA for 680cb2e - Browse repository at this point
Copy the full SHA 680cb2eView commit details -
Jake Willey committed
Feb 27, 2020 Configuration menu - View commit details
-
Copy full SHA for c4e9490 - Browse repository at this point
Copy the full SHA c4e9490View commit details -
Adding Error object to CosmosException for back compatability.
Jake Willey committedFeb 27, 2020 Configuration menu - View commit details
-
Copy full SHA for 46d9b1c - Browse repository at this point
Copy the full SHA 46d9b1cView commit details -
Adding unit test for Error handling
Jake Willey committedFeb 27, 2020 Configuration menu - View commit details
-
Copy full SHA for 4a72093 - Browse repository at this point
Copy the full SHA 4a72093View commit details
Commits on Feb 28, 2020
-
Fixed DocumentServiceResponse handling
Jake Willey committedFeb 28, 2020 Configuration menu - View commit details
-
Copy full SHA for cad13c7 - Browse repository at this point
Copy the full SHA cad13c7View commit details -
Increased EndpointFailureMockTest wait time to avoid transient failures.
Jake Willey committedFeb 28, 2020 Configuration menu - View commit details
-
Copy full SHA for 553a761 - Browse repository at this point
Copy the full SHA 553a761View commit details