10.25 FxErrorEnum

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
NoError0This is returned if no processing has been done or no error exists.
UnknownStatus1The Connection is not monitored, and its status is unknown.
Rollback2The Connection was successfully established but was rolled back due to errors in related Connections in this ConnectionConfigurationSet.
ProcessingStopped3This Connection processing was stopped due to some other error in the ConnectionConfigurationSet.
ConnectionConfigurationSetInvalid4The ConnectionManager could not process this ConnectionConfigurationSet due to a configuration error.
GdsConnectionError5There was an error related to establishing a session with the GDS.
GdsProcessingError6There was an error related to processing commands with the GDS.
AliasNameProcessingError7There was an error related to resolving AliasNames.
ExternalSksConnectionError8There was an error related to establishing a session with the SKS.
ExternalSksProcessingError9There was an error related to configuring the SKS.
TargetServerConnectionError10There was an error related to establishing a session with the target Server.
ResolvingNamespacesError11There was an error resolving Namespaces.
ResolvingPathsError12There was an error resolving BrowsePaths.
VerifyAssetError13There was a verification error on an Asset.
VerifyFunctionalEntityError14There was a verification error on a FunctionalEntity.
CreateConnectionEndpointError15There was an error creating a ConnectionEndpoint.
EstablishControlError16There was an error establishing control of a FunctionalEntity.
SetConfigurationDataError17There was an error setting configuration information in the FunctionalEntity.
ReassignControlError18There was an error reassigning the control of a FunctionalEntity.
ReserveCommunicationIdsError19There was an error related to reserving ids.
SetCommunicationConfigurationError20There was an error related to configuring communication.
EnableCommunicationError21There was an error enabling communication.
CloseConnectionError22There was an error closing a connection.
LocalSksKeyPushError23The internal SKS is having a problem with pushing keys to a target Server.
RuntimeError24There 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
BrowseName4:FxErrorEnum
IsAbstractFalse
References NodeClass BrowseName DataType TypeDefinition Other
Subtype of the 0:Enumeration type defined in OPC 10000-5
0:HasPropertyVariable0:EnumValues0:EnumValueType[]0:PropertyType
ConformanceUnits
UAFX ConnectionManager Diagnostics