UnitOfIssueExceptionUnitOfIssueErrorType Enumeration | 
 
            An enumeration describing the type of error that was encountered while validating a unit of issue.
            
 
    Namespace: 
   FactoryLogix.xTend
    Assembly:
   FactoryLogix.xTend.DataObjects (in FactoryLogix.xTend.DataObjects.dll) Version: 8.254.0.0 (8.254.0.0)
Syntaxpublic enum UnitOfIssueErrorType
Public Enumeration UnitOfIssueErrorType
public enum class UnitOfIssueErrorType
type UnitOfIssueErrorType
Members| 
									 
								 | Member name | Value | Description | 
|---|
 | UnitDoesNotExist | 0 | 
            The specified unit of issue does not exist.
             | 
 | UnitOfMeasureInvalid | 1 | 
            The specified unit of issue belongs to a unit of measure which doesn't match the unit of measure currently configured for that part.
             | 
 | InvalidAlternatePart | 2 | 
            A specified alternate part relationship is invalid because it uses a different Unit of Measure than the parent part.
             | 
See Also