Closed
Bug 547919
Opened 15 years ago
Closed 15 years ago
Add error numbers to API results
Categories
(Webtools :: Bouncer, enhancement, P2)
Webtools
Bouncer
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: wenzel, Assigned: wenzel)
References
Details
From bug 545642 comment 1:
> 2. It would be great to have an error code besides an error text, especially
> for cases when you may get more than one type of error (db error, format error,
> already exists error, etc).
Assignee | ||
Comment 1•15 years ago
|
||
The tuxedo API now returns error codes for the errors that are specific to it; the error code for generic exceptions is 0.
The other codes are mentioned as part of the respective API call's documentation.
Commit:
http://github.com/fwenzel/tuxedo/commit/3d258fbd820e8f16320e9f13abba7a874ac53e8a
This won't be on staging until we have IT update it.
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•