E_AcsiServiceError
Error codes that are reported in the service feedback event handling routine. When using MMS mapping, the MMS error codes are also converted (mapped) to these error codes.
Namespace: Tc3_Acsi
Library: Tc3_Acsi (Tc3_Acsi.compiled-library)
Syntax
{attribute 'qualified_only'}
{attribute 'strict'}
TYPE E_AcsiServiceError :
(
NoError := 0,
InstanceNotAvailable := 1,
InstanceInUse := 2,
AccessViolation := 3,
AccessNotAllowedInCurrentState := 4,
ParameterValueInappropriate := 5,
ParameterValueInconsistent := 6,
ClassNotSupported := 7,
InstanceLockedByOtherClient := 8,
ControlMustBeSelected := 9,
TypeConflict := 10,
FailedDueToCommunicationsConstraint := 11,
FailedDueToServerConstraint := 12
)SINT;
END_TYPE
Values
Name | Description |
---|---|
NoError |
|
InstanceNotAvailable |
|
InstanceInUse |
|
AccessViolation |
|
AccessNotAllowedInCurrentState |
|
ParameterValueInappropriate |
|
ParameterValueInconsistent |
|
ClassNotSupported |
|
InstanceLockedByOtherClient |
|
ControlMustBeSelected |
|
TypeConflict |
|
FailedDueToCommunicationsConstraint |
|
FailedDueToServerConstraint |
|