This enumeration defines the summary errors that a ConnectionManager may report.

FxErrorEnum values are formally defined in Table 174.

Table 174 – FxErrorEnum values

Name

Value

Description

NoError

0

This is returned if no processing has been done or no error exists.

UnknownStatus

1

The Connection is not monitored, and its status is unknown.

Rollback

2

The Connection was successfully established but was rolled back due to errors in related Connections in this ConnectionConfigurationSet.

ProcessingStopped

3

This Connection processing was stopped due to some other error in the ConnectionConfigurationSet.

ConnectionConfigurationSetInvalid

4

The ConnectionManager could not process this ConnectionConfigurationSet due to a configuration error.

GdsConnectionError

5

There was an error related to establishing a session with the GDS.

GdsProcessingError

6

There was an error related to processing commands with the GDS.

AliasNameProcessingError

7

There was an error related to resolving AliasNames.

ExternalSksConnectionError

8

There was an error related to establishing a session with the SKS.

ExternalSksProcessingError

9

There was an error related to configuring the SKS.

TargetServerConnectionError

10

There was an error related to establishing a session with the target Server.

ResolvingNamespacesError

11

There was an error resolving Namespaces.

ResolvingPathsError

12

There was an error resolving BrowsePaths.

VerifyAssetError

13

There was a verification error on an Asset.

VerifyFunctionalEntityError

14

There was a verification error on a FunctionalEntity.

CreateConnectionEndpointError

15

There was an error creating a ConnectionEndpoint.

EstablishControlError

16

There was an error establishing control of a FunctionalEntity.

SetConfigurationDataError

17

There was an error setting configuration information in the FunctionalEntity.

ReassignControlError

18

There was an error reassigning the control of a FunctionalEntity.

ReserveCommunicationIdsError

19

There was an error related to reserving ids.

SetCommunicationConfigurationError

20

There was an error related to configuring communication.

EnableCommunicationError

21

There was an error enabling communication.

CloseConnectionError

22

There was an error closing a connection.

LocalSksKeyPushError

23

The internal SKS is having a problem with pushing keys to a target Server.

RuntimeError

24

There was an error in a running operation.

The FxErrorEnum representation in the AddressSpace is formally defined in Table 175.

Note: The Client should be aware that this enumeration may be extended in the future.

Table 175 – FxErrorEnum definition

Attribute

Value

BrowseName

4:FxErrorEnum

IsAbstract

False

References

NodeClass

BrowseName

DataType

TypeDefinition

Other

Subtype of the 0:Enumeration type defined in OPC 10000-5

0:HasProperty

Variable

0:EnumValues

0:EnumValueType[]

0:PropertyType

ConformanceUnits

UAFX ConnectionManager Diagnostics