Click or drag to resize

TransportOrderExceptionTransportOrderErrorType Enumeration

An enumeration describing the type of error that was encountered while executing a transport order.

Namespace:  FactoryLogix.xTend
Assembly:  FactoryLogix.xTend.DataObjects (in FactoryLogix.xTend.DataObjects.dll) Version: 8.242.0.0 (8.242.0.0)
Syntax
public enum TransportOrderErrorType
Members
  Member nameValueDescription
General0 An issue was encountered while executing the specified transport order item. See the Message property for details.
UIDIncorrect1 The specified UID does not match the UID the transport order item has reserved.
FailedToGenerateNewUID2 An error was encountered while attempting to generate the new specified new UID.
See Also