Opened 16 years ago
Closed 16 years ago
#1386 closed defect (fixed)
wrong error code returned for some ptsamp request specs
| Reported by: | bills | Owned by: | bills |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | pstamp | Version: | |
| Severity: | normal | Keywords: | |
| Cc: |
Description
There are cases where request specifications do not get the correct error code set.
For example if a user specifies an image by id or exp but requests a stamp with a center outside of the image the error code
PSTAMP_NO_IMAGE_MATCH (23) is returned when the correct error is PSTAMP_NO_OVERLAP (28)
This can be confusing to users
Change History (2)
comment:1 by , 16 years ago
comment:2 by , 16 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.

This turned out to be easy to fix rev 27994