Appendix a. Error messages
| OMI Error Messages | |
|---|---|
| Element | Description |
| ver | OMI Protocol version number. |
| action | The action that created the error. |
| code | Numeric error code (see section 10) |
| message | Human readable description of error. |
DTD:
<!ELEMENT error (action, code, message)>
<!ATTLIST error ver CDATA #REQUIRED>
<!ELEMENT action (#PCDATA)>
<!ELEMENT code (#PCDATA)>
<!ELEMENT message (#PCDATA)>