Opened 12 years ago
Closed 12 years ago
#8023 closed defect (fixed)
Pass through error clues in Deferred
Reported by: | Adam Peller | Owned by: | James Burke |
---|---|---|---|
Priority: | high | Milestone: | 1.3 |
Component: | General | Version: | 1.2.0 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
I have to confess, I'm a dojo.xhr n00b. My first attempt at using this in quite some time led to a "Deferred Cancelled" error message. I did the lazy thing to just define an error handler that spit out the response object, and "Deferred Cancelled" was pretty meaningless. Instead, I had to go digging for this information as cancelResult.
"Deferred Cancelled" when wrapping the Error, rather than just the string "Deferred Cancelled". |
Change History (2)
comment:1 Changed 12 years ago by
Milestone: | tbd → 1.3 |
---|
comment:2 Changed 12 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
(In [16050]) Fixes #8023, allow for more descriptive cancel messages in Deferred.