The AppleEvent VIs can return the following error codes. Refer to the LabVIEW-Specific Apple Event Error Codes table for additional Apple event error codes.
| Code | Name | Description |
|---|---|---|
| 1719 | errAEIllegalIndex | Index is out of range in a put operation. |
| 1718 | errAEReplyNotArrived | The contents of the reply you are accessing have not arrived yet. |
| 1717 | errAEHandlerNotFound | No handler in the dispatch tables fits the parameters to AEGetEventHandler or AEGetCoercionHandler. |
| 1716 | errAEUnknownAddressType | Unknown AppleEvent address type. |
| 1715 | errAEParamMissed | Handler did not get all required parameters. |
| 1714 | errAENotASpecialFunction | Wrong keyword for a special function. |
| 1713 | errAENoUserInteraction | No user interaction allowed. |
| 1712 | errAETimeout | AppleEvent timed out. |
| 1711 | errAEWaitcanceled | User canceled out of wait loop for reply or receipt. |
| 1710 | errAEUnknownSendMode | Invalid sending mode was passed. |
| 1709 | errAEERReplyNotValid | AEResetTimer was passed an invalid reply parameter. |
| 1708 | errAEReplyNotValid | AEResetTimer was passed an invalid reply parameter. |
| 1707 | errAENotAppleEvent | The event is not an AppleEvent. |
| 1706 | errAENewerVersion | Need a newer version of AppleEvent Manager. |
| 1705 | errAEBadListItem | Operation involving a list item failed. |
| 1704 | errAENotAEDesc | Not a valid descriptor record. |
| 1703 | errAEWrongDataType | Wrong descriptor type. |
| 1702 | errAECorruptData | Data in an AppleEvent could not be read. |
| 1701 | errAEDescNotFound | Descriptor record was not found. |
| 1700 | errAECoercionFail | Data could not be coerced to the requested descriptor type. |