Closed
Bug 125039
Opened 24 years ago
Closed 24 years ago
SOAP needs descriptive error messageS.
Categories
(Core :: XML, defect)
Core
XML
Tracking
()
RESOLVED
FIXED
People
(Reporter: rayw, Assigned: rayw)
Details
There are currently a huge number of error messages that can cause the encoders
or other parts of the SOAP mechanism to fail with NS_ERROR_FAILURE or a few
equally-nondescript failure codes. Each specific error return must store an
explicit description of the failure which can be returned via the xpcom
exception mechanism. This is a lot of quite-routine work, which should not
introduce bugs. It will also make the code somewhat more readable. The
messages may not require localization, since they are primarily for programmers.
| Assignee | ||
Comment 1•24 years ago
|
||
Errors which are commonly causable by external failures now all have descriptive
messages via a new nsSOAPException mechanism.
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → FIXED
Updated•23 years ago
|
QA Contact: petersen → rakeshmishra
You need to log in
before you can comment on or make changes to this bug.
Description
•