The AppleEvent VIs can return the following LabVIEW-specific error codes. Refer to the Apple Event Error Codes table for additional Apple event error codes.
| Code | Name | Description |
|---|---|---|
| 1000 | kLVE_InvalidState | The VI is not in a state compatible with this operation. |
| 1001 | kLVE_FPNotOpen | The VI's front panel is not open. |
| 1002 | kLVE_CtrlErr | The VI cannot run because it has a front panel control in an error state. |
| 1003 | kLVE_VIBad | The VI is not executable. |
| 1004 | kLVE_NotInMem | The VI is not in memory. |