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.245.0.0 (8.245.0.0)
Syntax public enum TransportOrderErrorType
Public Enumeration TransportOrderErrorType
public enum class TransportOrderErrorType
type TransportOrderErrorType
Members
| Member name | Value | Description |
---|
| General | 0 |
An issue was encountered while executing the specified transport order item. See the Message property for details.
|
| UIDIncorrect | 1 |
The specified UID does not match the UID the transport order item has reserved.
|
| FailedToGenerateNewUID | 2 |
An error was encountered while attempting to generate the new specified new UID.
|
See Also