Issue 7083: The SimpleIO need an own error report struct (dais-rtf) Source: ABB Power Technologies, Power Automation & Substat (Mr. Lars-Ola Osterlund, lars-ola.g.osterlund@se.abb.com) Nature: Clarification Severity: Minor Summary: The SimpleIO need an own error report struct as it can't use the handles in the ItemError struct. Suggestion struct ItemError { Error err; ServerItemIdentification id; string reason; }; Resolution: Change as suggested Revised Text: Refer to dtc/2004-10-05 section 4.2.8.2 Actions taken: March 2, 2004: received issue March 10, 2005: closed issue Discussion: End of Annotations:===== ssue : The SimpleIO need an own error report struct. Nature: Correction Severity: Minor Source: Stefan Bladlund Summary: The SimpleIO need an own error report struct as it can't use the handles in the ItemError struct. Suggestion struct ItemError { Error err; ServerItemIdentification id; string reason; }; Discussion: Resolution: Revised Text: Actions taken: March 2, 2004: issue first recorded