AcMap::EErrType enumerators represent error types.
Errors on the error stack are represented by AcMapErrorEntry objects. Error types are returned by the AcMapErrorEntry::ErrorType function.
| 00 | kAdeNoMessage | Error condition does not exist. |
| 01 | kAdeWarning | ADE (AutoCAD Data Extension) execution warning. |
| 02 | kAdeError | ADE execution error. |
| 03 | kAseWarning | ASE (AutoCAD SQL Extension) execution warning. |
| 04 | kAseError | ASE execution error. |
| 05 | kAcWarning | AutoCAD execution warning. |
| 06 | kAcError | AutoCAD execution error. |
| 07 | kAsiWarning | ASI (AutoCAD SQL Interface) execution warning. |
| 08 | kAsiError | ASI execution error. |
| 09 | kIRDWarning | Extended object data (Xdata) warning. |
| 10 | kIRDError | Xdata error. |
| 13 | kMapError | AutoCAD Map execution error. |
| 14 | kMentorError | |
| 15 | kApplicationError | Operating system level application error. |
| 16 | kDiagMessage | Diagnostic message returned. |