Defines known errors that can occur during operation.
Defined As
Members
Member Name |
Description |
Value |
---|---|---|
ErrorNotifyCode_None |
No error. |
0 |
ErrorNotifyCode_InvalidTag |
Occurs when the tag specified for the pen does not exist. |
1 |
ErrorNotifyCode_CtapiConnectionOffline |
Occurs when connections cannot be made to the Trends and/or Alarm Servers. |
2 |
ErrorNotifyCode_Unknown |
Occurs when an unknown CitectSCADA or Windows error occurs. |
3 |
ErrorNotifyCode_NoServer |
Occurs when CitectSCADA cannot find a server to get the data from. |
4 |
ErrorNotifyCode_InvalidArgument |
Occurs when an invalid argument is specified. |
5 |
ErrorNotifyCode_OutOfMemory |
Occurs when a memory error is detected. |
6 |
ErrorNotifyCode_BadVersion |
Occurs when the Trends and/or Alarm Servers do not match the client version. |
7 |
ErrorNotifyCode_NoPrivilege |
Occurs when the current user does not have the necessary privileges to view the data. |
8 |
See Also