Opened 13 years ago
Closed 12 years ago
#2005 closed defect (fixed)
Where applicable, MgFdoExceptions should be thrown with associated Feature Source information
Reported by: | jng | Owned by: | |
---|---|---|---|
Priority: | low | Milestone: | 2.4 |
Component: | Feature Service | Version: | |
Severity: | trivial | Keywords: | |
Cc: | External ID: |
Description
The key motivation for this ticket is #739
As is obvious from that particular ticket, sometimes we need to know the Feature Source ID that is associated with a thrown MgFdoException in order to better diagnose the problem.
Currently all these exceptions are thrown through an intricate set of pre-defined macros that do not include the feature source id.
The solution is to offer an alternate set of macros that take an MgResourceIdentifier, and where applicable in MgServerFeatureService, use these alternate macros instead.
Attachments (1)
Change History (3)
by , 13 years ago
Attachment: | MgFdoExceptionWithFeatureSourceId.patch added |
---|
comment:1 by , 13 years ago
comment:2 by , 12 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
With the attached patch where applicable, errors that were:
Now look like this: