ErrorNotifyCode [Enumeration]
- Last UpdatedJul 18, 2023
- 1 minute read
Defines known errors that can occur during operation.
Defined As
-
[VBA] Integer
-
[Cicode] INT
-
[C++] ErrorNotifyCode
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 Plant SCADA or Windows error occurs. |
3 |
|
ErrorNotifyCode_NoServer |
Occurs when Plant SCADA 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 |