You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
OperationCancelledException and TaskCancelledException should only be thrown for user cancelled events. SDK cancellations should use a CosmosException.
OperationCancelledException and TaskCancelledException should be extended to handle diagnostics. The extended types can be casted back down but add the diagnostic to the ToString(). Throwing the operation cancelled exception without diagnostics makes it difficult to debug.
The text was updated successfully, but these errors were encountered:
OperationCancelledException and TaskCancelledException should only be thrown for user cancelled events. SDK cancellations should use a CosmosException.
OperationCancelledException and TaskCancelledException should be extended to handle diagnostics. The extended types can be casted back down but add the diagnostic to the ToString(). Throwing the operation cancelled exception without diagnostics makes it difficult to debug.
The text was updated successfully, but these errors were encountered: