PackingExceptionPackingErrorType Enumeration | 
 
            An enumeration describing the type of error that was encountered while executing a packing transaction.
            
 
    Namespace: 
   FactoryLogix.xTend
    Assembly:
   FactoryLogix.xTend.DataObjects (in FactoryLogix.xTend.DataObjects.dll) Version: 8.254.0.0 (8.254.0.0)
Syntaxpublic enum PackingErrorType
Public Enumeration PackingErrorType
public enum class PackingErrorType
Members| 
									 
								 | Member name | Value | Description | 
|---|
 | General | 0 | 
            An issue was encountered while executing the specified packing list item. See the Message property for details.
             | 
 | ContainerInvalid | 1 | 
            The specified container UID is not valid for the packing list.
             | 
 | ContainerNotFound | 2 | 
            The specified container UID does not exist in the system.
             | 
 | ItemIncorrect | 3 | 
            The specified Item does not match the UID the picking list item.
             | 
 | ItemNotFound | 4 | 
            The specified Item does not exist in the system.
             | 
 | ItemWrongRevision | 5 | 
            The specified Item is not of the proper revision.
             | 
 | ItemOpenDefects | 6 | 
            The specified Item has open defects, and cannot be packed.
             | 
 | ItemNotCompleted | 7 | 
            The specified Item has not completed its ProcessFlow, and cannot be packed.
             | 
 | ItemFailed | 8 | 
            The specified Item has a FAILED status, and cannot be packed.
             | 
See Also