ReservationExceptionReservationErrorType Enumeration | 
 
            An enumeration describing the type of error that was encountered while reserving materials
            
 
    Namespace: 
   FactoryLogix.xTend
    Assembly:
   FactoryLogix.xTend.DataObjects (in FactoryLogix.xTend.DataObjects.dll) Version: 8.254.0.0 (8.254.0.0)
Syntaxpublic enum ReservationErrorType
Public Enumeration ReservationErrorType
public enum class ReservationErrorType
type ReservationErrorType
Members| 
									 
								 | Member name | Value | Description | 
|---|
 | MaterialsAlreadyPicked | 0 | 
            Previously reserved materials have already been picked, swapped, or shorted which prevents any existing reservations from being deleted.
             | 
 | PickingListStrategyNotERP | 1 | 
            The Picking List Strategy global setting is not set to ERP.
             | 
 | BatchAlreadyGrouped | 2 | 
            One or more batches are already grouped with other batches.
             | 
 | BatchPickingListNotFound | 3 | 
            No picking list is associated with the specified batch(es).
             | 
 | DeleteExistingReservationFailed | 4 | 
            Previous material reservations could not be deleted.
             | 
 | MissingParts | 5 | 
            Not enough material available to fulfill the requested material reservation, and allowMissingParts was set to 'false'.
             | 
 | MaterialReservationFailed | 6 | 
            An error was encountered while reserving material.
             | 
 | KitGroupIsScheduled | 7 | 
            One or more of the batch's kit groups have already been scheduled, creating a new reservation would delete that schedule.
             | 
 | TransportOrderFailed | 8 | 
            An error was encountered while creating transport orders.
             | 
 | DestinationResourceDoesNotExist | 9 | 
            No resource with the specified name exists in FactoryLogix.
             | 
 | ReservationNameInUse | 10 | 
            The specified reservation name is already in use.
             | 
 | KitGroupDoesNotExist | 11 | 
            One of the specified PickingListItems references a Kit Group which does not exist in FactoryLogix.
             | 
 | PartDoesNotExist | 12 | 
            One of the specified PickingListItems references a Part Number which does not exist in FactoryLogix.
             | 
 | ReasonCodeDoesNotExist | 13 | 
            The specified ReasonCode does not exist in FactoryLogix.
             | 
See Also