API result codes
The oneGRID app does not invent most of the messages it shows after a server operation. It asks the oneGRID API to perform the operation, and the API answers with a result code. Each code carries a description, which the app displays to the operator in their language.
This page lists every result code that can reach an operator, grouped by the process that produces it, together with the exact message shown. For messages the app produces on its own, see Error messages.
Success codes are omitted — this page lists the outcomes that stop or qualify an
operation. Placeholders such as {0} are filled in with the
concrete item, container, or location before the message is shown.
How a result is reported
Every operation answers with the same envelope.
| Field | Meaning |
|---|---|
result | The result code — one of the values listed on this page |
resultDescription | The message belonging to that code, which is what the operator sees |
isResultSuccess | Whether the operation succeeded; true only for the success codes omitted here |
validationStatus | Present when input validation failed: carries errorMessages and errorCount, and the app lists those messages instead of the result description |
Picking
Returned while starting, stepping through, or confirming a picking process.
| Result code | Message shown to the user | Returned by |
|---|---|---|
ContainerAlreadyInUse | Container with provided code cannot be assigned because it is already assigned or has placements. | AttachContainerResult |
OperationFailed | Unable to attach container. Please retry or contact support for assistance. | AttachContainerResult |
ItemDoesNotExist | Item with given number does not exist. | AttemptToStartStatus |
ItemNotPlacedOnStorage | Item with given number is not placed on the storage. | AttemptToStartStatus |
LimitedStockAvailable | Unable to start item picking because there is not enough stock to pick. | AttemptToStartStatus |
OperationFailed | Unable to start item picking. Please retry or contact support for assistance. | AttemptToStartStatus |
ShelvingStorageDoesNotExist | Shelving storage with given name does not exist. | AttemptToStartStatus |
ContainerNotPlaced | Container with provided code is not placed on location. | ConfirmPickingStatus |
IsacDeviceIsNotAssignedToStorage | There is no ISAC device assigned to this storage. | GetIsacCommunicationIdentifierByCartNameStatus |
IsacStorageDoesNotExist | ISAC storage with given name does not exist. | GetIsacCommunicationIdentifierByCartNameStatus |
OperationFailed | Unable to get ISAC device communication identifier for this storage. Please try again later or contact support for assistance. | GetIsacCommunicationIdentifierByCartNameStatus |
AlreadyCompleted | Work order is already completed. | GetNextItemStatus |
NotEnoughStockQuantities | Stock quantities changed after the work order had been started. The stock quantities are not sufficient now. | GetNextItemStatus |
OperationFailed | Unable to fetch the report. Please retry or contact support for assistance. | GetShelfReportStatus |
WorkOrderIsAbandoned | Work order is marked as abandoned and cannot be started. | GetShelfReportStatus |
InvalidWorkOrderType | Work order has invalid type. | GetSingleWorkOrderProcessingNextStepResult |
MessageIsMalformed | Message sent by ISAC are malformed. Please try again later or contact support for assistance. | IsacMessageProcessingStatus |
OperationFailed | Unable to process ISAC message. Please try again later or contact support for assistance. | IsacMessageProcessingStatus |
UnexpectedMessage | ISAC sent a message that was not expected at this moment. Please try again later or contact support for assistance. | IsacMessageProcessingStatus |
DesignatedContainerNeedsToBeAssignedToOrder | The destination container needs to be assigned to the work order. | PickingRequestConfirmationStatus |
DestinationContainerInputRequired | Providing destination container is required. | PickingRequestConfirmationStatus |
ItemNotPlacedInSourceLocation | Item not placed in source location. | PickingRequestConfirmationStatus |
OperationFailed | Unable to confirm placing. Please retry or contact support for assistance. | PlacingRequestConfirmationStatus |
RequestNotForPlacing | Request is not a placing type. | PlacingRequestConfirmationStatus |
NoProcessStarted | No process started by selected user, on provided storage. | ResetUserProcessInStorageResult |
NotAuthorized | You do not have permissions to affect users processes. | ResetUserProcessInStorageResult |
OperationFailed | Unable to reset process. Please retry or contact support for assistance. | ResetUserProcessInStorageResult |
StorageDoesNotExist | Provided storage does not exist. | ResetUserProcessInStorageResult |
UserDoesNotExist | Provided user does not exist. | ResetUserProcessInStorageResult |
IsacNotAccessible | Unable to send command. The ISAC cart is not accessible. Please retry or contact support for assistance. | SendAisleOccupiedStatus |
OperationFailed | Unable to send command. Please retry or contact support for assistance. | SendAisleOccupiedStatus |
CanBeProcessed | Request can be processed. | SingleWorkOrderProgressStatus |
Completed | Request is completed. | SingleWorkOrderProgressStatus |
DesignatedLocationNotMatching | Processing this request on the designated location will violate location rules. | SingleWorkOrderProgressStatus |
NoAvailableLocation | There are no location available to process this request. | SingleWorkOrderProgressStatus |
NotEnoughStockQuantities | Stocks quantities are not enough to process this request. | SingleWorkOrderProgressStatus |
PreviousRequestsMustBeCompletedFirst | All previous requests have to be completed first. | SingleWorkOrderProgressStatus |
NotInProcess | ISAC is not assigned to you. | SkipIsacPositionResult |
OperationFailed | Failed to skip ISAC placement. Please try again later or contact support for assistance. | SkipIsacPositionResult |
NotAllLocationsOnPathArePaired | Not all locations on picking path are paired. | StartIsacNavigationStatus |
PartnerShelvingStorageNotSelected | Partner shelving storage is not selected. | StartIsacNavigationStatus |
NotProcessable | Work order is not processable. To see the reason please check report. | StartSingleWorkOrderProcessingStatus |
AlreadyInProcess | Work order is already being processed. | StartWorkOrderStatus |
AnotherProcessStarted | You already started another process. | StartWorkOrderStatus |
OperationFailed | Unable to start the work order. Please retry or contact support for assistance. | StartWorkOrderStatus |
StorageNotAssignedToUser | The storage to pick from is not assigned to you. | StartWorkOrderStatus |
WorkOrderAlreadyAssigned | Work order is assigned to someone else. | StartWorkOrderStatus |
OperationFailed | Unable to stop work order processing. Please retry or contact support for assistance. | StopProcessingStatus |
Cart picking
Returned by the PickCart processes — binding a cart, attaching orders, and confirming each step.
| Result code | Message shown to the user | Returned by |
|---|---|---|
StoragesConflict | You have selected storage different than one assigned to work order. | CartWorkOrderProcessingReportStatus |
AlreadyCompleted | The work order is already completed. | ChangeWorkOrderAttachmentStatus |
AssignedStorageTypeIsInvalid | Selected storage type does not support this process. | ChangeWorkOrderAttachmentStatus |
CannotMergeProcesses | Unable to attach work order due to danger of having mixed work order types to process. | ChangeWorkOrderAttachmentStatus |
InvalidRequestType | The provided request type is not valid. | ChangeWorkOrderAttachmentStatus |
LocationAlreadyReserved | Selected location is already reserved. | ChangeWorkOrderAttachmentStatus |
LocationNotInTheCart | Selected location does not exist on the cart. | ChangeWorkOrderAttachmentStatus |
NoProcessStarted | You did not start any cart process. | ChangeWorkOrderAttachmentStatus |
NotEnoughStockQuantities | Unable to attach the work order due to missing stock quantities. | ChangeWorkOrderAttachmentStatus |
NotForPicking | Selected work order is not meant for picking. | ChangeWorkOrderAttachmentStatus |
NotForSingleWorkOrderProcessing | Work order is not designated for single work order processing. | ChangeWorkOrderAttachmentStatus |
NotProcessable | Assigned work orders are not processable. To see the reason please check report. | ChangeWorkOrderAttachmentStatus |
OperationFailed | Unable to change the work order attachment. Please retry or contact support for assistance. | ChangeWorkOrderAttachmentStatus |
TemplateDoesNotExist | Work order template does not exist. | ChangeWorkOrderAttachmentStatus |
UserStorageNotAssigned | You have no storage assigned. Please assign storage first. | ChangeWorkOrderAttachmentStatus |
WorkOrderAlreadyAttached | The work order is already attached to this cart. | ChangeWorkOrderAttachmentStatus |
WorkOrderAssignedToAnotherUser | The work order is already assigned to someone else. | ChangeWorkOrderAttachmentStatus |
WorkOrderAttachedSomewhereElse | The work order is attached to a different cart. Detach it first before attaching it to this one. | ChangeWorkOrderAttachmentStatus |
WorkOrderAttachedToFreeContainer | The work order is attached to a free container. Place this container instead. | ChangeWorkOrderAttachmentStatus |
WorkOrderIsAbandoned | Work order is marked as abandoned and cannot be attached. | ChangeWorkOrderAttachmentStatus |
WorkOrderIsEmpty | The work order is empty. | ChangeWorkOrderAttachmentStatus |
WorkOrderNotOnTheCart | Provided work order was not attached to the cart. | ChangeWorkOrderAttachmentStatus |
NotForPicking | Work order is not designated for picking. | ConfirmCartPickingStatus |
OperationFailed | Unable to confirm picking. Please retry or contact support for assistance. | ConfirmCartPickingStatus |
RequestDoesNotExist | Relevant work order request does not exist. | ConfirmCartPickingStatus |
ShelfStorageConfirmationRequired | Source location confirmation required. | ConfirmCartPickingStatus |
WorkOrderNotAssignedToUser | Work order is not assigned to you. | ConfirmCartPickingStatus |
WrongContainerScanned | Wrong container on cart scanned. | ConfirmCartPickingStatus |
WrongLocationScanned | Wrong location on cart scanned. | ConfirmCartPickingStatus |
InvalidItemScanned | Invalid item scanned. | ConfirmCartProcessingPickingStatus |
ItemNotPlacedOnDesignatedLocation | Item not placed on designated location. | ConfirmCartProcessingPickingStatus |
NoSufficientInformation | No sufficient information to confirm picking. | ConfirmCartProcessingPickingStatus |
NotForPicking | Request is not a picking type. | ConfirmCartProcessingPickingStatus |
ContainerDoesNotExist | Container with given code does not exist. | ConfirmPickingFromSourceLocationStatus |
ContainerNotPlaced | Scanned container is not placed on location. | ConfirmPickingFromSourceLocationStatus |
ContainerPlacementDoesNotMatch | There is no proper item placed in the container. | ConfirmPickingFromSourceLocationStatus |
InvalidDesignatedLocationConfirmed | Scanned location is not designated for this request. | ConfirmPickingFromSourceLocationStatus |
ItemDoesNotExist | Item with provided name does not exist. | ConfirmPickingFromSourceLocationStatus |
ItemPlacementNotFound | Item with provided number is not placed on expected location anymore. | ConfirmPickingFromSourceLocationStatus |
LocationDoesNotExist | Location with provided ID does not exist. | ConfirmPickingFromSourceLocationStatus |
LocationPlacementDoesNotMatch | There is no proper item placed on the location. | ConfirmPickingFromSourceLocationStatus |
LotNumberRequired | A lot number must be scanned before this pick can be confirmed. | ConfirmPickingFromSourceLocationStatus |
NoPlacementsOnLocation | There are no placements on the location. | ConfirmPickingFromSourceLocationStatus |
NoScanningNeeded | You do not need to confirm picking from source location. | ConfirmPickingFromSourceLocationStatus |
NotAnExpectedItem | Item with provided number is not an expected one. | ConfirmPickingFromSourceLocationStatus |
OperationFailed | Unable to confirm picking from source location. Please retry or contact support for assistance. | ConfirmPickingFromSourceLocationStatus |
ScannedLotNumberMismatch | The lot number does not match the lot number requested for this item. | ConfirmPickingFromSourceLocationStatus |
ScannedLotNumberNotAvailableAtSourceLocation | The scanned lot number is not available for this item at the source location. | ConfirmPickingFromSourceLocationStatus |
SourceContainerNotPlacedOnDesignatedLocation | Provided container is not placed on the designated location. | ConfirmPickingFromSourceLocationStatus |
CartDoesNotExist | Cart with provided name does not exist. | DetachAllContainersStatus |
CartNotAssignedToUser | Cart is not assigned to you. | DetachAllContainersStatus |
OperationFailed | Unable to the detach containers. Please retry or contact support for assistance. | DetachAllContainersStatus |
WorkOrderNotAssignedToUser | Cannot detach containers with work orders which are not assigned to you. | DetachAllContainersStatus |
ContainerNotOnTheCart | Selected container is not placed on the cart. | DetachContainerStatus |
OperationFailed | Unable to detach containers. Please retry or contact support for assistance. | DetachContainerStatus |
WorkOrderNotAssignedToUser | The work order which is assigned to this container is not assigned to you. | DetachContainerStatus |
CartHasContentInReplacedContainers | A work order on this cart continues in a container that already left it. Detaching all work orders would discard that container's contents; detach the containers instead. | DetachWorkOrdersStatus |
OperationFailed | Unable to detach work orders. Please retry or contact support for assistance. | DetachWorkOrdersStatus |
WorkOrderNotAssignedToUser | Cannot detach work orders which are not assigned to you. | DetachWorkOrdersStatus |
CartDoesNotExist | Cart does not exist. | GetCartForPickingResult |
CartSetupInvalid | Cart setup is invalid. It should have single rack with at least one location. | GetCartForPickingResult |
OperationFailed | Unable to fetch cart. Please retry or contact support for assistance. | GetCartForPickingResult |
OperationFailed | Unable to fetch the cart report. Please retry or contact support for assistance. | GetCartReportStatus |
ShelvingStorageDoesNotExist | Shelving storage with provided name does not exist. | GetCartReportStatus |
WorkOrderIsEmpty | Work order is empty. | GetCartReportStatus |
AlreadyCompletedOrCanceled | All requests are either already completed or cancelled. | GetCartWorkOrderProcessingNextStepResult |
EndOfPickingPath | There are no locations ahead on storage that could fulfill next requests in order. | GetCartWorkOrderProcessingNextStepResult |
WorkOrderNotAssignedToUser | Unable to continue process because work order was reassigned to someone else. | GetCartWorkOrderProcessingNextStepResult |
AlreadyCompleted | All work orders are already completed. | GetNextCartItemStatus |
EndOfPickingPath | There are no locations ahead on picking path with items to pick. | GetNextCartItemStatus |
NotEnoughStockQuantities | Stock quantities changed after picking had been started. The stock quantities are not sufficient now. | GetNextCartItemStatus |
OperationFailed | Unable to fetch the next item to pick. Please retry or contact support for assistance. | GetNextCartItemStatus |
WorkOrderNotAssignedToUser | Unable to continue picking because work order was reassigned to someone else. | GetNextCartItemStatus |
ExternalSystemFailure | Containers cannot be relocated because integrated system did not accept the request. | RelocateAllCartContainersStatus |
LocationStorageMismatch | Selected location does not belong to selected storage. | RelocateAllCartContainersStatus |
NoContainersToRelocate | There are no containers with work orders on cart. | RelocateAllCartContainersStatus |
OperationFailed | Unable to relocate containers. Please retry or contact support for assistance. | RelocateAllCartContainersStatus |
RelocatingStorageCannotBeCurrentCart | Containers must be relocated to a different storage. | RelocateAllCartContainersStatus |
StorageDoesNotExist | Storage does not exist. | RelocateAllCartContainersStatus |
WorkOrderNotAssignedToUser | Cannot relocate containers with work orders which are not assigned to you. | RelocateAllCartContainersStatus |
ContainerWithNoWorkOrder | Container could not be relocated because it has no work order attached. | RelocateSingleCartContainerStatus |
ExternalSystemFailure | Container cannot be relocated because integrated system did not accept the request. | RelocateSingleCartContainerStatus |
OperationFailed | Unable to relocate container. Please retry or contact support for assistance. | RelocateSingleCartContainerStatus |
Success | Container has been relocated. | RelocateSingleCartContainerStatus |
ContainerToReplaceIsEmpty | Nothing has been picked into the current container yet, so there is nothing to keep by replacing it. | ReplaceContainerStatus |
ContainerTrackingNotEnabled | Replacing a container requires container tracking to be enabled. | ReplaceContainerStatus |
NewContainerCannotBeAssigned | The scanned container must allow for assigning work orders. | ReplaceContainerStatus |
NewContainerDoesNotFitLocation | The scanned container does not fit the cart location the full one occupies. | ReplaceContainerStatus |
NewContainerHoldsCompletions | The scanned container already holds picked items and their packing list. Scan an empty container instead. | ReplaceContainerStatus |
NewContainerNotEmpty | The scanned container cannot be used because it is already assigned, has placements, or is placed somewhere. | ReplaceContainerStatus |
NoActiveContainerToReplace | There is no physical container currently attached to the destination location to replace. | ReplaceContainerStatus |
OperationFailed | Unable to replace the container. Please retry or contact support for assistance. | ReplaceContainerStatus |
SameContainerScanned | This is the container you are replacing. Scan a different, empty one. | ReplaceContainerStatus |
CartContainsNewOrderType | Only predefined work orders processing allowed. | StartCartPickingStatus |
InvalidWorkOrderType | Cart work order processing supports only work orders with custom, non-predefined type. Please remove work orders with predefined type from cart. | StartCartPickingStatus |
IsacCartNotConnected | Unable to start picking. The ISAC cart is not connected. | StartCartPickingStatus |
NoItemsToPick | There are no items to pick. | StartCartPickingStatus |
NotEnoughStockQuantities | Unable to start picking due to missing stock quantities. | StartCartPickingStatus |
OperationFailed | Unable to start picking. Please retry or contact support for assistance. | StartCartPickingStatus |
UserHasNoShelvingStorageSelected | Unable to start picking because You have no shelving storage selected. | StartCartPickingStatus |
WorkOrderNotAssignedToUser | Unable to start picking because not all work orders on the cart are assigned to you. | StartCartPickingStatus |
OperationFailed | Unable to stop picking. Please retry or contact support for assistance. | StopCartPickingStatus |
CartIsAlreadyTaken | Another user is already using the cart. | TakeUpCartStatus |
LicenseNotValid | Your license does not allow for the operation. | TakeUpCartStatus |
OperationFailed | Unable to assign the cart. Please retry or contact support for assistance. | TakeUpCartStatus |
Put Wall and sorting
Returned while placing items into a put wall or sorting them manually.
| Result code | Message shown to the user | Returned by |
|---|---|---|
AllOrdersOnAnotherStorage | All work orders are placed on another storage. | AttemptToStartStatus |
AnotherProcessAlreadyStarted | Placing process is already started on another storage. | AttemptToStartStatus |
AnotherUserStartedContinuousUnloading | Unable to start continuous unloading process because another user has already started it - this process is single user only. | AttemptToStartStatus |
FailedToGetOrders | Unable to fetch work orders. | AttemptToStartStatus |
MaxUsersInProcessReached | Unable to start the process because of license limitations - maximum amount of users in processes has been reached. | AttemptToStartStatus |
NoCompletedOrAbandonedWorkOrders | There are no completed or abandoned work orders. | AttemptToStartStatus |
NoWorkOrdersCanBeStarted | All work orders are completed or abandoned. | AttemptToStartStatus |
NoWorkOrdersFound | There are no work orders found. | AttemptToStartStatus |
OperationFailed | Unable to start the process. Please retry or contact support for assistance. | AttemptToStartStatus |
ProcessAlreadyStarted | Process is already started for current put wall. | AttemptToStartStatus |
PutWallDoesNotExist | Storage with the provided name does not exist. | AttemptToStartStatus |
SomeOrdersOnAnotherStorage | Some work orders are placed on another storage. | AttemptToStartStatus |
WorkOrderInvalid | Unable to start because invalid work order was detected. | AttemptToStartStatus |
ExternalSystemFailed | The item was not cancelled because it could not be cancelled in the integrated system. | CancelPutWallItemStatus |
ItemAlreadyPlaced | The item was already placed. | CancelPutWallItemStatus |
ItemNotRelevant | The item to cancel was not found in the selected work order. | CancelPutWallItemStatus |
NotAuthorized | You do not have permissions to cancel items. | CancelPutWallItemStatus |
OperationFailed | Unable to cancel the item. Please retry or contact support for assistance. | CancelPutWallItemStatus |
WorkOrderNotFound | The work order with the item to cancel was not found. | CancelPutWallItemStatus |
NoProcessStarted | There is no started process for current put wall. | ChangeProcessingStatusStatus |
OperationFailed | Unable to change the processing status. Please retry or contact support for assistance. | ChangeProcessingStatusStatus |
NoSortingProcessStarted | No manual sorting process started. | ClearSortWallStatus |
OperationFailed | Unable to clear the storage. Please retry or contact support for assistance. | ClearSortWallStatus |
AmountExceeded | Item quantity is too high for work order placed on given location. | ConfirmPutWallPlacingStatus |
GivenPutWallPlacingNotStarted | Put Wall placing process was not started with given storage. | ConfirmPutWallPlacingStatus |
ItemNotRelevant | Work order on given location does not contain given item. | ConfirmPutWallPlacingStatus |
LocationNotRelevant | Provided location does not exist on given storage. | ConfirmPutWallPlacingStatus |
NoWorkOrderPlaced | There is no work order placed on given location. | ConfirmPutWallPlacingStatus |
ProcessCompleted | Placing process completed. | ConfirmPutWallPlacingStatus |
PutWallDoesNotExist | Put Wall does not exist. | ConfirmPutWallPlacingStatus |
WorkOrderDoesNotExist | Work order assigned to given container does not exist. | ConfirmPutWallPlacingStatus |
OperationFailed | Unable to empty the storage. Please retry or contact support for assistance. | EmptyPutWallStatus |
PutWallDoesNotExist | Storage with provided name does not exist. | EmptyPutWallStatus |
PutWallInUse | The storage is already in use. | EmptyPutWallStatus |
PutWallIsEmpty | The storage does not contain any work orders | EmptyPutWallStatus |
OperationFailed | Unable to fetch work orders. Please retry or contact support for assistance. | GetManyPutWallOrdersResult |
OperationFailed | Unable to fetch the process state. Please retry or contact support for assistance. | GetProcessStateStatus |
NoUnloadingProcessStarted | There is no unloading process in progress. | GetPutWallOrderToUnloadStatus |
NoWorkOrdersToUnload | There are no completed or abandoned work orders to unload. | GetPutWallOrderToUnloadStatus |
OperationFailed | Unable to fetch work order for unloading. Please try again later or contact support for assistance. | GetPutWallOrderToUnloadStatus |
WorkOrderNotForUnload | The work order is not completed or abandoned so it cannot be unloaded. | GetPutWallOrderToUnloadStatus |
NoItemsToUnload | There are no items to unload from the storage. | GetSortWallItemToUnloadStatus |
OperationFailed | Unable to fetch the item to unload. Please try again later or contact support for assistance. | GetSortWallItemToUnloadStatus |
OperationFailed | Unable to fetch the next manual sorting step. Please retry or contact support for assistance. | ScanSortWallItemResponse |
GivenPutWallPlacingNotStarted | The placement was not started with given storage. | SelectItemStatus |
ItemAlreadyCompleted | Scanned item is already completed for all work orders. | SelectItemStatus |
ItemInScopeOfDifferentPutWall | The item with the given number belongs to another Put Wall process. | SelectItemStatus |
ItemIsCancelled | Scanned item has been cancelled in work order. | SelectItemStatus |
ItemSatisfiesNoWorkOrder | No work order contains item with given number. | SelectItemStatus |
OperationFailed | Unable to select the item. Please retry or contact support for assistance. | SelectItemStatus |
OperationFailed | Unable to fetch storage status. Please retry or contact support for assistance. | SortWallStatusResponse |
SortWallDoesNotExist | A storage with given identifier does not exist. | SortWallStatusResponse |
ContainerAlreadyInUse | The container is already in use and cannot be used for unloading. | UnloadPutWallOrderStatus |
InvalidContainer | Scanned container is invalid for selected work order. | UnloadPutWallOrderStatus |
OperationFailed | Unable to unload the put wall order. Please try again later or contact support for assistance. | UnloadPutWallOrderStatus |
WorkOrderNotPlacedOnUsedStorage | Work order selected to unload is not placed on designated storage. | UnloadPutWallOrderStatus |
ContainerOnLocationToWhichItemCannotBeUnloaded | Selected container is placed at a location that does not allow unloading. | UnloadSortWallItemStatus |
ItemCannotBeUnloadedToGivenLocation | Selected location does not allow unloading. | UnloadSortWallItemStatus |
OperationFailed | Unable to unload the item. Please try again later or contact support for assistance. | UnloadSortWallItemStatus |
StorageSettingsFetchFailed | Unable to get storage settings. Please try again later or contact support for assistance. | UnloadSortWallItemStatus |
Placing items and containers
Returned when placing, moving, pairing, or removing items and containers.
| Result code | Message shown to the user | Returned by |
|---|---|---|
ContainerTypeDoesNotExist | Container type does not exist. | AddContainersResult |
OperationFailed | Unable to add containers. Please retry or contact support for assistance. | AddContainersResult |
ContainerTypeAlreadyExists | Container type with provided name already exists. | AddContainerTypeResult |
OperationFailed | Unable to add the container type. Please retry or contact support for assistance. | AddContainerTypeResult |
InvalidInput | Unable to import containers due to invalid content. | AddOrUpdateContainersBatchResult |
OperationFailed | Unable to import containers. Please retry or contact support for assistance. | AddOrUpdateContainersBatchResult |
LocationContainsOtherItems | Location cannot be used for placing because it already contains other items. | ConfirmPlacementStatus |
LocationDoesNotExist | Selected location does not exist. | ConfirmPlacementStatus |
NegativeAmount | The amount cannot be negative. | ConfirmPlacementStatus |
NotPositiveAmount | The amount must be positive. | ConfirmPlacementStatus |
OtherLocationWithItem | There is location with this item already placed in this storage. | ConfirmPlacementStatus |
PlacingAmountExceedsMaximum | Placing provided amount will cause exceeding maximum amount supported. | ConfirmPlacementStatus |
RequiresItemCreationConfirmation | The item does not exist and requires creation confirmation. | ConfirmPlacementStatus |
OperationFailed | Unable to remove item placements from storage. Please retry or contact support for assistance. | DeleteAllPlacementsFromStorageResult |
ContainerOnLocation | The container is already placed on a location and cannot be deleted. Please detach it from the location first. | DeleteContainerResult |
OperationFailed | Unable to delete the container. Please retry or contact support for assistance. | DeleteContainerResult |
ContainerTypeInUse | There are containers of this type existing, and therefore this type cannot be deleted. | DeleteContainerTypeResult |
OperationFailed | Unable to delete the container type. Please retry or contact support for assistance. | DeleteContainerTypeResult |
PlacementDoesNotExist | Placement does not exist. | DeletePlacementResult |
Success | Placement has been removed. | DeletePlacementResult |
ContainerAlreadyDetached | The container is already detached. | DetachFromLocationResult |
OperationFailed | Unable to detach the container from the location. Please retry or contact support for assistance. | DetachFromLocationResult |
ContainerHasNoWorkOrderAssigned | The container has no work order assigned. | DetachFromWorkOrderResult |
OperationFailed | Unable to unassign the container from the work order. Please retry or contact support for assistance. | DetachFromWorkOrderResult |
OperationFailed | Unable to fetch all container types. Please retry or contact support for assistance. | GetAllContainerTypesResult |
OperationFailed | Unable to fetch container. Please retry or contact support for assistance. | GetContainerResult |
OperationFailed | Unable to upload containers from the file. Please retry or contact support for assistance. | GetContainersFromFileResult |
OperationFailed | Unable to fetch all containers. Please retry or contact support for assistance. | GetContainersResult |
OperationFailed | Unable to get containers template. Please retry or contact support for assistance. | GetContainersTemplateResult |
LocationOutOfShelf | Selected location does not exist in scope of selected shelf. | GetLocationStatus |
NoLocationsOnShelf | There are no locations on this shelf. | GetLocationStatus |
OperationFailed | Unable to fetch the location. Please retry or contact support for assistance. | GetLocationStatus |
ShelfDoesNotExist | Shelf does not exist. | GetLocationStatus |
OperationFailed | Unable to fetch placements for given items. Please try again later or contact support for assistance. | GetPlacementsRacksResult |
SomeItemsDoNotExist | Some of selected items do not exist. | GetPlacementsRacksResult |
ContainerTypeDoesNotExist | Container type with provided ID does not exist. | OnboardContainerResult |
ContainerWithGivenCodeExists | Container with given code already exists. | OnboardContainerResult |
OperationFailed | Onboarding of container was unsuccessful. Please try again later or contact support for assistance. | OnboardContainerResult |
ContainerDoesNotExist | Container with provided code does not exist. | PlaceContainerStatus |
ContainerMustAllowWorkOrderAssignments | Container that is being placed must allow for assigning work orders. | PlaceContainerStatus |
DifferentLotNumberOfSameItem | The selected container is filled with items. Placing same items with different lot number is not allowed on this location. | PlaceContainerStatus |
ItemsCountRequired | The selected container is filled with items. Please recount them before placing. | PlaceContainerStatus |
LocationDoesNotExistOnTheStorage | Location with provided ID does not exist on given storage. | PlaceContainerStatus |
MaximumContainersAmountReached | Location cannot be used for placing because it already contains maximum amount of containers. | PlaceContainerStatus |
MaximumPlacementsAmountReached | Container have items inside, but location already contains maximum placements amount. | PlaceContainerStatus |
NoLocationsInGivenStorage | There are no locations in the storage. | PlaceContainerStatus |
OperationFailed | Unable to place the container. Please retry or contact support for assistance. | PlaceContainerStatus |
OtherLocationWithItem | The selected container is filled with items. There is already another location with this item placed in the storage. | PlaceContainerStatus |
OtherLocationWithSameModeWithSameItem | There is location of same mode with this item already placed in this storage. | PlaceContainerStatus |
PlacingContainerWithWorkOrdersNotAllowed | The selected container contains work order, placing it is forbidden on given storage. | PlaceContainerStatus |
SelectedLocationTooSmall | Location with provided ID is too small for given container. | PlaceContainerStatus |
TrackingContainersIsNotEnabled | You cannot place tracked container, as option for tracking them is disabled. | PlaceContainerStatus |
WorkOrderAlreadyHasPlacedContainer | The work order in the selected container is already being picked into another container on this storage. Detach that container before placing this one. | PlaceContainerStatus |
DifferentLotNumberOfSameItem | Placing same item with different lot number not allowed. | PlaceItemResult |
LocationHasMoreThanOneContainerAvailable | Insufficient confirmation - location has more than one container available for placing. | PlaceItemResult |
NoProcessStarted | You did not start any item placing process. | PlaceItemResult |
OperationFailure | Unable to place the item. Please retry or contact support for assistance. | PlaceItemResult |
ScannedEntityOutOfProcessingStorage | Scanned entity is from different storage than the one you started process in. | PlaceItemResult |
NoAvailableLocations | There are no locations that the given container can be placed on. | StartContainerPlacingStatus |
NoLocationsOrStorageDoesNotExist | There are no locations in selected storage or storage does not exist. | StartContainerPlacingStatus |
OperationFailed | Unable to start the container placement. Please retry or contact support for assistance. | StartContainerPlacingStatus |
PlacingContainerWithItemsNotAllowed | The selected container contains items, placing it is forbidden on given storage. | StartContainerPlacingStatus |
StorageTypeNotSupported | Selected storage type is not supported for containers placing. | StartContainerPlacingStatus |
OperationFailed | Unable to to start item placement. Please retry or contact support for assistance. | StartItemPlacingResult |
OperationFailed | Unable to stop container placement. Please retry or contact support for assistance. | StopContainerPlacingStatus |
OperationFailed | Unable to stop the onboarding. Please retry or contact support for assistance. | StopItemOnboardingStatus |
OperationFailed | Unable to stop item placement. Please retry or contact support for assistance. | StopItemPlacingResult |
OperationFailed | Unable to update the container type. Please retry or contact support for assistance. | UpdateContainerTypeResult |
OperationFailed | Unable to update the placement. Please retry or contact support for assistance. | UpdatePlacementResult |
PlacementWithoutLocation | Placement is not coupled with a location. | UpdatePlacementResult |
InvalidInput | Provided input is not valid. Please retry or contact support for assistance. | UpdatePlacementsResult |
OperationFailed | Unable to update the placements. Please retry or contact support for assistance. | UpdatePlacementsResult |
PlacementDoesNotExist | One of the placements does not exist. Please refresh the data. | UpdatePlacementsResult |
PlacementWithoutLocation | One of the placements is no longer on location. Please refresh the data. | UpdatePlacementsResult |
Work orders
Returned when creating, importing, editing, or closing work orders and their templates.
| Result code | Message shown to the user | Returned by |
|---|---|---|
OperationFailed | Unable to abandon the work order. Please retry or contact support for assistance. | AbandonWorkOrderResult |
WorkOrderCompleted | Completed work order cannot be abandoned. | AbandonWorkOrderResult |
WorkOrderInProcess | Work order is being processed and cannot be abandoned. | AbandonWorkOrderResult |
OperationFailed | Unable to add the work order. Please retry or contact support for assistance. | AddWorkOrderResult |
DesignatedStorageDoesNotExist | The selected storage does not exist. | AddWorkOrderTemplateResult |
DesignatedStorageTypeIsInvalid | The selected storage cannot be used as designated storage. | AddWorkOrderTemplateResult |
NumberAlreadyUsedByTemplate | A work order template with the given number already exists. | AddWorkOrderTemplateResult |
NumberAlreadyUsedByWorkOrder | A work order with the given number already exists. | AddWorkOrderTemplateResult |
OperationFailed | Unable to add work order template. Please try again later or contact support for assistance. | AddWorkOrderTemplateResult |
WorkOrderTypeDoesNotExist | Work order type does not exist. | AddWorkOrderTemplateResult |
OperationFailed | Unable to add work order type. Please try again later or contact support for assistance. | AddWorkOrderTypeResult |
TypeWithGivenNameExists | Work order type with given name is already defined. | AddWorkOrderTypeResult |
AlreadyCancelled | You cannot cancel work order request because it is already cancelled. | CancelWorkOrderRequestResult |
ExternalSystemFailed | Unable to cancel work order request because integrated system rejected the request. | CancelWorkOrderRequestResult |
NotAuthorized | You do not have sufficient permissions to cancel work order requests. | CancelWorkOrderRequestResult |
OperationFailed | Unable to cancel work order request. Please retry or contact support for assistance. | CancelWorkOrderRequestResult |
OperationFailed | Unable to delete work order template. Please try again later or contact support for assistance. | DeleteWorkOrderTemplateResult |
OperationFailed | Unable to delete work order type. Please try again later or contact support for assistance. | DeleteWorkOrderTypeResult |
WorkOrderTypeHasOrders | There are existing work orders of this type. | DeleteWorkOrderTypeResult |
ContainerIsEmpty | The container is empty. | GetPackingListPdfResult |
OperationFailed | Unable to get the packing list PDF file. Please retry or contact support. | GetPackingListPdfResult |
PdfTemplateDoesNotExist | The PDF template file does not exist. | GetPackingListPdfResult |
OperationFailed | Unable to fetch picking progress. Please retry or contact support for assistance. | GetPickingProgressStatus |
WaitingForResult | Current picking progress is being calculated. | GetPickingProgressStatus |
OperationFailed | Unable to get work order import template. Please retry or contact support. | GetWorkOrderImportTemplateResult |
NotAllowedToSeeWorkOrder | You are not allowed to see this work order. | GetWorkOrderResult |
OperationFailed | Unable to fetch the work order. Please retry or contact support for assistance. | GetWorkOrderResult |
WorkOrderIsAbandoned | The work order is abandoned. | GetWorkOrderResult |
FileContentNotValid | Format or content of provided file is not valid. | GetWorkOrdersResult |
IntegrationFailureOccurred | Not all work orders integrated successfully. | GetWorkOrdersResult |
OperationFailed | Unable to generate work order template import file. Please try again later or contact support for assistance. | GetWorkOrderTemplateImportTemplateResult |
OperationFailed | Unable to get work order template. Please try again later or contact support for assistance. | GetWorkOrderTemplateResult |
OperationFailed | Unable to get all work order templates. Please try again later or contact support for assistance. | GetWorkOrderTemplatesResult |
OperationFailed | Unable to get all work order types. Please try again later or contact support for assistance. | GetWorkOrderTypesResult |
OperationFailed | Unable to import work order templates. Please try again later or contact support for assistance. | ImportWorkOrderTemplatesResult |
ValidationFailed | No work order templates were created because some entries are invalid. Please check the report for details. | ImportWorkOrderTemplatesResult |
AssigneeNotFound | Assignee user was not found. | ReassignWorkOrderResult |
InvalidInput | Provided input was invalid. | ReassignWorkOrderResult |
NotAuthorized | You do not have permissions to assign work orders. | ReassignWorkOrderResult |
OperationFailed | Unable to assign the work order. Please retry or contact support for assistance. | ReassignWorkOrderResult |
WorkOrderCompleted | Completed work order cannot be reassigned. | ReassignWorkOrderResult |
WorkOrderIsBeingProcessed | Work order is being processed and assigned user cannot be changed at this time. | ReassignWorkOrderResult |
WorkOrderIsEmpty | Empty work order cannot be reassigned | ReassignWorkOrderResult |
WorkOrderNotFound | Work order was not found. | ReassignWorkOrderResult |
OperationFailed | Unable to restore the work order. Please retry or contact support for assistance. | RestoreWorkOrderResult |
OperationFailed | Unable to update the work order. Please retry or contact support for assistance. | UpdateWorkOrderResult |
WorkOrderCannotBeEdited | This work order cannot be edited because it is completed, abandoned or external. | UpdateWorkOrderResult |
OperationFailed | Unable to update work order template. Please try again later or contact support for assistance. | UpdateWorkOrderTemplateResult |
OperationFailed | Unable to update work order type. Please try again later or contact support for assistance. | UpdateWorkOrderTypeResult |
Items
Returned by the item master-data operations.
| Result code | Message shown to the user | Returned by |
|---|---|---|
ItemAlreadyExist | The item already exists. | AddItemResult |
OperationFailed | Unable to add the item. Please retry or contact support for assistance. | AddItemResult |
InvalidInput | Unable to import items due to invalid content. | AddOrUpdateItemsBatchResult |
OperationFailed | Unable to import items. Please retry or contact support for assistance. | AddOrUpdateItemsBatchResult |
AdapterConfigured | The item does not exist in the connected external system and cannot be created manually. | CreateItemFromNumberResult |
OperationFailed | Unable to delete the item. Please retry or contact support for assistance. | DeleteItemResult |
OperationFailed | Unable to fetch the item. Please retry or contact support for assistance. | GetItemResult |
OperationFailed | Unable to fetch items from the file. Please retry or contact support for assistance. | GetItemsFromFileResult |
OperationFailed | Unable to get item template. Please retry or contact support for assistance. | GetItemTemplateResult |
InvalidInput | Unable to synchronize the item due to invalid input. | SynchronizeItemResult |
ItemNotFoundInExternalSystem | Item could not be found. | SynchronizeItemResult |
OperationFailed | Unable to synchronize the item. Please retry or contact support for assistance. | SynchronizeItemResult |
OperationFailed | Unable to update the item. Please retry or contact support for assistance. | UpdateItemResult |
Storages, racks, and locations
Returned while configuring warehouse structure — storages, racks, shelves, and locations.
| Result code | Message shown to the user | Returned by |
|---|---|---|
DeviceDoesNotExist | Device with provided ID does not exist. | AddIsacDeviceResult |
IsacAlreadyAssigned | This ISAC device is already assigned. | AddIsacDeviceResult |
NotAnIsacDevice | Provided device is not an ISAC. | AddIsacDeviceResult |
NotAnIsacStorage | Cannot assign ISAC device to non-ISAC storage. | AddIsacDeviceResult |
OperationFailed | Unable to add an ISAC device. Please try again later or contact support for assistance. | AddIsacDeviceResult |
RackAlreadyHasAnIsacDevice | Rack already has an ISAC device assigned. | AddIsacDeviceResult |
LocationAlreadyExists | Location with provided ID already exists. | AddLocationBySideResult |
LocationModeDoesNotExist | Location mode does not exist. | AddLocationBySideResult |
LocationTypeDoesNotExist | Location type does not exist. | AddLocationBySideResult |
NotEnoughSpace | Not enough space on shelf. | AddLocationBySideResult |
OperationFailed | Unable to add the location. Please retry or contact support for assistance. | AddLocationBySideResult |
SourceLocationDoesNotExist | Source location does not exist. | AddLocationBySideResult |
StorageNotAllowingForLocationModes | Given storage cannot contain locations with modes. | AddLocationBySideResult |
StorageRequiresLocationModes | Given storage locations must have location modes. | AddLocationBySideResult |
ModeWithGivenNameAlreadyExist | Location mode with given name already exists. | AddLocationModeResult |
OperationFailed | Unable to add location mode. Please try again or contact support for assistance. | AddLocationModeResult |
NotEnoughSpace | There is not enough space on the shelf to add provided number of locations of a given type with given gaps between. | AddLocationsResult |
OperationFailed | Unable to add locations. Please retry or contact support for assistance. | AddLocationsResult |
LocationTypeAlreadyExists | Location type with provided name already exists. | AddLocationTypeResult |
OperationFailed | Unable to add the location type. Please retry or contact support for assistance. | AddLocationTypeResult |
InvalidInput | Request provided to the server is not valid. | AddOrUpdateStorageSettingResult |
OperationFailed | Unable to update the storage setting. Please retry or contact support for assistance. | AddOrUpdateStorageSettingResult |
SettingNotCompliant | With current global settings this setting is forbidden. | AddOrUpdateStorageSettingResult |
StorageDoesNotExist | Storage not found. | AddOrUpdateStorageSettingResult |
DeviceInvalid | Selected device does not support LEDs. | AddRackGuidanceLedsResult |
InvalidInput | Invalid input. | AddRackGuidanceLedsResult |
NotAValidStorageType | Selected storage type is not valid for rack guidance. | AddRackGuidanceLedsResult |
OperationFailed | Unable to add the rack guidance. Please retry or contact support for assistance. | AddRackGuidanceLedsResult |
RackHasGuidanceAlready | Selected rack has guidance already. | AddRackGuidanceLedsResult |
RackNotFound | Selected rack was not found. | AddRackGuidanceLedsResult |
StripIndexTooHigh | Selected device does not support that many strips. | AddRackGuidanceLedsResult |
StripInUse | Selected LED strip is already in use on locations. Please select free strip. | AddRackGuidanceLedsResult |
ExternalStorage | Unable to add a rack to the external storage. | AddRackResult |
OperationFailed | Unable to add the rack. Please retry or contact support for assistance. | AddRackResult |
RackAlreadyExists | Rack with provided name already exists. | AddRackResult |
LevelOutOfRange | The provided shelf's level is out of the range. | AddShelfResult |
OperationFailed | Unable to add the new shelf to the rack. Please retry or contact support for assistance. | AddShelfToRackResult |
RackDoesNotExist | Rack with given ID does not exist. | AddShelfToRackResult |
DeviceDoesNotContainDeviceUnit | The provided device does not contain given device unit. | AddSmartCAPToLocationResult |
DeviceIsNotSMCType | The provided device is not SMC type. | AddSmartCAPToLocationResult |
DeviceUnitAlreadyInUse | The provided device unit is already assembled at a location. | AddSmartCAPToLocationResult |
DeviceUnitRoleDoNotMatch | The provided device unit role is not valid for given storage type. | AddSmartCAPToLocationResult |
LocationAlreadyHasDeviceUnitOnSide | The location already has a device unit assembled on given side. | AddSmartCAPToLocationResult |
OperationFailed | Unable to add smartCAP to the location. Please retry or contact support for assistance. | AddSmartCAPToLocationResult |
HubNotFound | SENSORhub not found. | AddSmcToRackResult |
InvalidInput | Request provided to the server was not valid. | AddSmcToRackResult |
OperationFailed | Unable to add smartCAP to the rack. Please retry or contact support for assistance. | AddSmcToRackResult |
RackHasConfirmationSmcAlready | Rack can have only single confirmation SMC and it has one already. | AddSmcToRackResult |
RackNotFound | Rack was not found. | AddSmcToRackResult |
SmcInUse | smartCAP is already in use. | AddSmcToRackResult |
SmcNotFound | smartCAP was not found. | AddSmcToRackResult |
LicenseInactive | Your license expired. | AddStorageResult |
OperationFailed | Unable to add storage. Please retry or contact support for assistance. | AddStorageResult |
StorageAlreadyExists | Storage with provided name already exists. | AddStorageResult |
AlreadyHasAVirtualDevice | Given storage already has a virtual device attached. | AddVirtualDeviceToStorageResult |
DoesNotSupportVirtualDevice | Virtual device can only be attached to shelving storage, cart or ISAC. | AddVirtualDeviceToStorageResult |
NotAVirtualDevice | Device is not of virtual type. | AddVirtualDeviceToStorageResult |
OperationFailed | Failed to attach a virtual device to storage. | AddVirtualDeviceToStorageResult |
DeviceIsNotPythonHeadType | Provided device needs to be PythonHead type. | AdjustLedSegmentsForShelfResult |
DeviceUnitUpdateFailed | Unable to update the device unit. | AdjustLedSegmentsForShelfResult |
OperationFailed | Unable to adjust segments for the shelf. Please retry or contact support for assistance. | AdjustLedSegmentsForShelfResult |
ShelfHasNoLocations | The shelf has no locations. | AdjustLedSegmentsForShelfResult |
LocationDoesNotExist | Some of provided locations do not exist. | ChangeLocationsModeResult |
LocationsNotMeetingRequirements | There are locations not meeting requirements, change their mode individually. | ChangeLocationsModeResult |
OperationFailed | Unable to update locations mode. Please retry or contact support for assistance. | ChangeLocationsModeResult |
OperationFailed | Unable to clear rack out of placements. Please retry or contact support for assistance. | ClearRackOutOfPlacementsResult |
OperationFailed | Unable to clear shelf out of placements. Please retry or contact support for assistance. | ClearShelfOutOfPlacementsResult |
DeviceDoesNotExist | Device with provided name does not exist. | CreateLedSegmentsForShelfResult |
DeviceDoesNotHaveEnoughStrips | Not enough LED strips in provided device. | CreateLedSegmentsForShelfResult |
LocationsWithDeviceUnitsOnSide | There are locations on this shelf side with already assembled device units. | CreateLedSegmentsForShelfResult |
OperationFailed | Unable to create LED segments for the shelf. | CreateLedSegmentsForShelfResult |
ShelfDoesNotExist | The shelf does not exist. | CreateLedSegmentsForShelfResult |
StripAlreadyReserved | This LED strip is already reserved. | CreateLedSegmentsForShelfResult |
ModeInUse | Cannot delete location mode because it is currently in use. | DeleteLocationModeResult |
ModeNotFound | Selected mode was not found. | DeleteLocationModeResult |
OperationFailed | Unable to delete location mode. Please try again or contact support for assistance. | DeleteLocationModeResult |
ContainersOnLocation | There are containers placed on this location. | DeleteLocationResult |
LocationDoesNotExist | Location does not exist. | DeleteLocationResult |
LocationIsDesignatedOne | Some requests are currently incomplete and waiting to be completed at the selected location. | DeleteLocationResult |
OperationFailed | Unable to delete the location. Please retry or contact support for assistance. | DeleteLocationResult |
PartialFailure | Could not remove some of the containers from the location. | DeleteLocationResult |
PlacementsOnLocation | There are items placed on this location. | DeleteLocationResult |
WorkOrdersOnLocation | There are work orders associated with this location. | DeleteLocationResult |
OperationFailed | Unable to delete the location type. Please retry or contact support for assistance. | DeleteLocationTypeResult |
OperationFailed | Unable to delete the rack. Please retry or contact support for assistance. | DeleteRackResult |
Failure | Unable to remove shelves from the rack. Please retry or contact support for assistance. | DeleteRackShelvesResult |
NoShelvesInRack | No shelves found in the rack. | DeleteRackShelvesResult |
PartialFailure | Unable to remove some of shelves from the rack. | DeleteRackShelvesResult |
ShelvesWithLocationsFailure | Unable to remove shelves from the rack as some shelves still contain locations. | DeleteRackShelvesResult |
LocationsNotMeetingRequirements | Some locations do not meet the requirements. Please delete them individually. | DeleteShelfLocationsResult |
OperationFailed | Unable to delete locations. Please retry or contact support for assistance. | DeleteShelfLocationsResult |
ShelfContainsDesignatedLocation | Some requests are currently incomplete and waiting to be completed at the selected shelf location. | DeleteShelfLocationsResult |
OperationFailed | Unable to delete the shelf. Please retry or contact support for assistance. | DeleteShelfResult |
OperationFailed | Unable to delete the storage. Please retry or contact support for assistance. | DeleteStorageResult |
StorageIsDesignatedOne | Some work orders are currently incomplete and waiting to be completed in the selected storage. | DeleteStorageResult |
StorageWithRacks | Unable to delete storage that contains racks. | DeleteStorageResult |
OperationFailed | Unable to delete the storage setting. Please retry or contact support for assistance. | DeleteStorageSettingResult |
StorageSettingDoesNotExist | Storage setting with provided name does not exist. | DeleteStorageSettingResult |
NotEnoughSpace | Shelf does not have enough space. | DuplicateLocationResult |
OperationFailed | Unable to duplicate the location. Please retry or contact support for assistance. | DuplicateLocationResult |
OperationFailed | Unable to duplicate the rack. Please retry or contact support for assistance. | DuplicateRackResult |
OperationFailed | Unable to duplicate the shelf. Please retry or contact support for assistance. | DuplicateShelfResult |
NotAllRacksExist | Not all racks specified to duplication exist. | DuplicateStorageResponse |
OperationFailed | Unable to duplicate storage. Please retry or contact support for assistance. | DuplicateStorageResponse |
OperationFailed | Unable to fetch location modes. Please try again later or contact support for assistance. | GetAllLocationModesResult |
OperationFailed | Unable to fetch all location types. Please retry or contact support for assistance. | GetAllLocationTypesResult |
DuplicatesOnInputList | File contains duplicated locations. | GetExternalLocationsFromFileResult |
ExternalLocationsConflict | Some of external locations in other storage already have the same names as external locations defined in file. | GetExternalLocationsFromFileResult |
InternalLocationsConflict | Some of internal locations already have the same names as external locations defined in file. | GetExternalLocationsFromFileResult |
NoExternalLocationsToIntegrate | No external locations found to be added or deleted. | GetExternalLocationsFromFileResult |
OperationFailed | Unable to upload locations from the file. Please retry or contact support for assistance. | GetExternalLocationsFromFileResult |
UnsupportedStorageType | Storage type does not support external locations onboarding. | GetExternalLocationsFromFileResult |
OperationFailed | Unable to get locations for inventory. Please try again later or contact support for assistance. | GetManyLocationsForInventoryResult |
OperationFailed | Unable to get racks. Please try again later or contact support for assistance. | GetManyRacksResult |
OperationFailed | Unable to get locations for storage. Please retry or contact support for assistance. | GetManyStorageLocationsResult |
OperationFailed | Unable to fetch the rack. Please retry or contact support for assistance. | GetRackResult |
OperationFailed | Unable to fetch the storage. Please retry or contact support for assistance. | GetStorageResult |
OperationFailed | Unable to fetch storage settings. Please retry or contact support for assistance. | GetStorageSettingsResult |
OperationFailed | Unable to get template. Please retry or contact support for assistance. | GetTemplateResult |
DuplicatesOnInputList | There are duplicate location names on input list. | ImportLocationsResult |
ExternalLocationsConflict | One or more location names conflict with existing external locations. | ImportLocationsResult |
NotAllLocationModesExist | Not all location modes are defined. | ImportLocationsResult |
OperationFailed | Unable to import locations. Please retry or contact support for assistance. | ImportLocationsResult |
UnsupportedStorageType | Storage of selected type does not support locations importing. | ImportLocationsResult |
OperationNotStarted | No operation with given ID is started. | ImportPlacementsProgressResult |
LocationDoesNotExist | Locations were not found. | MoveLocationsResult |
NotEnoughSpace | Not enough space in shelf to move the locations. | MoveLocationsResult |
OperationFailed | Unable to move the locations. Please retry or contact support for assistance. | MoveLocationsResult |
OperationFailed | Unable to remove device units from the shelf. Please retry or contact support for assistance. | RemoveDeviceUnitsFromShelfResult |
ShelfDoesNotExist | Shelf not found. | RemoveDeviceUnitsFromShelfResult |
ShelfHasNoDeviceUnits | No device units with selected type were found on the shelf. | RemoveDeviceUnitsFromShelfResult |
OperationFailed | Unable to remove an ISAC device. Please try again later or contact support for assistance. | RemoveIsacDeviceResult |
NothingToRemove | Rack has no guidance to remove. | RemoveRackGuidanceLedsResult |
OperationFailed | Unable to remove the rack guidance. Please retry or contact support for assistance. | RemoveRackGuidanceLedsResult |
OperationFailed | Unable to remove the smartCAP from the location. Please retry or contact support for assistance. | RemoveSMCFromLocationResult |
OperationFailed | Unable to remove smartCAP from the rack. Please retry or contact support for assistance. | RemoveSmcFromRackResult |
SmcNotFound | Selected smartCAP was not found on rack. | RemoveSmcFromRackResult |
NoVirtualDeviceAssigned | Selected storage does not have any virtual device assigned. | RemoveVirtualDeviceFromStorageResult |
OperationFailed | Failed to remove virtual device from storage. | RemoveVirtualDeviceFromStorageResult |
InvalidReorderMode | Selected reorder mode cannot be used for selected storage type. | ReorderLocationsResult |
OperationFailed | Unable to reorder locations. Please retry or contact support for assistance. | ReorderLocationsResult |
RackDoesNotExist | Rack does not exist. | ReorderLocationsResult |
OperationFailed | Unable to mark the location as full. Please retry or contact support for assistance. | SetIsFullForLocationResult |
Succeed | The location has been marked as full. | SetIsFullForLocationResult |
JobAlreadyRunning | Some job is already running. Please wait for completion before starting new one. | StartImportPlacementsResult |
OperationFailed | Unable to start the order preview. Please retry or contact support for assistance. | StartOrderPreviewResult |
PreviewAlreadyRunning | Another preview is already running. | StartOrderPreviewResult |
RackDoesNotExist | Selected rack does not exist. | StartOrderPreviewResult |
SomeOfDevicesAreOffline | Some devices connected to rack locations are offline. Please make sure all devices are online and try again. | StartOrderPreviewResult |
NoPreviewToStop | No preview is running. | StopOrderPreviewResult |
OperationFailed | Unable to stop the order preview. Please retry or contact support for assistance. | StopOrderPreviewResult |
OperationFailed | Unable to update location mode. Please try again or contact support for assistance. | UpdateLocationModeResult |
OperationFailed | Unable to update the location. Please retry or contact support for assistance. | UpdateLocationResult |
OperationFailed | Unable to update the location type. Please retry or contact support for assistance. | UpdateLocationTypeResult |
OperationFailed | Unable to update the rack. Please retry or contact support for assistance. | UpdateRackResult |
RackAlreadyExists | The rack with provided name already exists. | UpdateRackResult |
ShelfInRackExceedsWidthFailure | Unable to update the rack as the shelves take up more space than the width of the new rack. | UpdateRackResult |
OperationFailed | Unable to update the shelf. Please retry or contact support for assistance. | UpdateShelfResult |
ShelfAlreadyExists | The shelf already exists. | UpdateShelfResult |
OperationFailed | Unable to update the storage. Please retry or contact support for assistance. | UpdateStorageResult |
StorageHasStructure | This storage already contains a substructure and cannot be changed to an external type. | UpdateStorageResult |
Devices and presets
Returned when onboarding, configuring, or commanding smartCAP, smartLED, and controller hardware.
| Result code | Message shown to the user | Returned by |
|---|---|---|
OperationFailed | Unable to add the preset. Please retry or contact support for assistance. | AddDevicePresetResult |
PresetAlreadyExist | The preset with this name already exists. | AddDevicePresetResult |
DeviceNotFound | Selected device was not found. | AddSmcsResult |
InvalidInput | Sensors could not be created. Something went wrong during processing of the request. | AddSmcsResult |
OperationFailed | Unable to add sensors. | AddSmcsResult |
TooManySmcs | Sensors could not be created as the number exceeds supported limit for this device type. | AddSmcsResult |
DeviceAlreadyAssigned | Device with selected communication identifier is already assigned. | AssignDeviceResult |
DeviceAlreadyExists | Device with selected name already exists. | AssignDeviceResult |
DeviceDoesNotExist | Device with selected communication identifier does not exist. | AssignDeviceResult |
DeviceOffline | The device is offline and cannot be assigned. Please make sure the device is connected to the internet through LAN cable or contact support for assistance. | AssignDeviceResult |
IotHubProblem | Unable to get status of the device. Please try again and if the issue persists contact support for assistance. | AssignDeviceResult |
OperationFailed | Unable to assign the device. Please retry or contact support for assistance. | AssignDeviceResult |
ColorNotSupportedBySmc | No device commands were executed successfully because color is not supported by SMC device units. | CommandBatchResult |
Failure | No device commands were executed successfully. | CommandBatchResult |
InvalidParameters | No device commands were executed successfully because given parameters were invalid. Please try again later or contact support for assistance. | CommandBatchResult |
NoTargetsFound | No device commands were executed because there were no devices to target. | CommandBatchResult |
PartialSuccess | Not all device commands were executed successfully. | CommandBatchResult |
ColorNotSupportedBySmc | Unable to execute the command because selected color is not supported by SMC device units. | CommandResult |
ConnectivityFailure | Unable to execute the command because of device connectivity failure. | CommandResult |
InvalidParameters | Unable to execute the command because given parameters are invalid. | CommandResult |
TargetBusy | Unable to execute the command because targeted device is busy. | CommandResult |
TargetNotFound | Unable to execute the command because the target could not be found. | CommandResult |
UnexpectedFailure | Unable to execute the command. | CommandResult |
DevicePresetDoesNotExist | Device preset does not exist. | DeleteDevicePresetResult |
OperationFailed | Unable to delete the preset. Please retry or contact support for assistance. | DeleteDevicePresetResult |
DeviceContainsUnitsInUse | Device is connected with device units that are in use, therefore cannot be deleted. | DeleteDeviceResult |
OperationFailed | Unable to delete the device. Please retry or contact support for assistance. | DeleteDeviceResult |
DeviceUnitIsInUse | Unable to delete the device unit. The device unit is in use. | DeleteDeviceUnitResult |
DeviceUnitNotFound | The Device unit was not found. | DeleteDeviceUnitResult |
OperationFailed | Unable to delete the device unit. Please retry or contact support for assistance. | DeleteDeviceUnitResult |
OperationFailed | Unable to fetch all device types. Please retry or contact support for assistance. | GetAllDeviceTypesResult |
DevicePresetDoesNotExist | Preset does not exist. | GetDevicePresetResult |
OperationFailed | Unable to fetch the preset. Please retry or contact support for assistance. | GetDevicePresetResult |
OperationFailed | Unable to fetch presets. Please retry or contact support for assistance. | GetDevicePresetsResult |
OperationFailed | Unable to fetch the device. Please retry or contact support for assistance. | GetDeviceResult |
OperationFailed | Unable to fetch devices. Please retry or contact support for assistance. | GetDevicesResult |
IotHubProblem | Unable to get devices statuses. Please try again and if the issue persists contact support for assistance. | GetSummaryResult |
OperationFailed | Unable to fetch summary for devices. Please retry or contact support for assistance. | GetSummaryResult |
DeviceNotFound | The device was not found. | SetAddressToAssignResult |
DeviceUnitNotFound | The sensor was not found. | SetAddressToAssignResult |
OperationFailed | Unable to set next address to assign. Please retry or contact support for assistance. | SetAddressToAssignResult |
DeviceDoesNotExist | Device not found. | StartCollectingDeviceLogsResult |
DeviceDoesNotSupportLogging | Device does not support logging. | StartCollectingDeviceLogsResult |
DeviceOffline | Unable to start collecting device logs. Device is offline. | StartCollectingDeviceLogsResult |
IotHubProblem | Unable to start collecting device logs. Please try again and if the issue persists contact support for assistance. | StartCollectingDeviceLogsResult |
OperationFailed | Unable to start collecting device logs. Please retry or contact support for assistance. | StartCollectingDeviceLogsResult |
SuccessWithIssueSettingLogLevel | Started collecting device logs successfully, but was unable to set the detailed log level. | StartCollectingDeviceLogsResult |
OperationFailed | Unable to stop collecting device logs. Please retry or contact support for assistance. | StopCollectingDeviceLogsResult |
OperationFailed | Unable to update the preset. Please retry or contact support for assistance. | UpdateDevicePresetResult |
PresetAlreadyExist | The preset with given name already exists. | UpdateDevicePresetResult |
DeviceAlreadyExists | The device already exists. | UpdateDeviceResult |
DeviceDoesNotExist | Device and name does not exist. | UpdateDeviceResult |
OperationFailed | Unable to update the device. Please retry or contact support for assistance. | UpdateDeviceResult |
SelectedPresetDoesNotExist | Selected preset does not exist. | UpdateDeviceResult |
ISAC codes
Returned by the ISAC code assignment and import operations.
| Result code | Message shown to the user | Returned by |
|---|---|---|
OperationFailed | Unable to fetch ISAC codes. Please try again later or contact support for assistance. | GetManyCodesResult |
SelectedStorageTypeIsNotSupported | Selected storage has type that is not supported for ISAC codes pairing. | GetManyCodesResult |
OperationFailed | Unable to fetch unpaired location codes. Please try again later or contact support for assistance. | GetManyUnpairedLocationsResult |
ExternalLocationDoesNotExist | External location with provided ID does not exist. | PairWithLocationResult |
InternalLocationNameConflict | Provided name of external location is already in use by internal location. Please resolve the conflict before pairing or contact support for assistance. | PairWithLocationResult |
IsacCodeAlreadyInUse | Provided code is already paired with some location. | PairWithLocationResult |
IsacCodeDoesNotExist | Provided code does not exist. | PairWithLocationResult |
LocationAlreadyPaired | Location with provided ID is already paired with other ISAC code. | PairWithLocationResult |
LocationFromDifferentStorage | Location is from a different storage than the one selected for pairing. | PairWithLocationResult |
LocationNameDidNotMatchRegex | Provided location ID is not matching pattern for this storage. | PairWithLocationResult |
LocationNamePatternDoesNotExist | Cannot validate location because pattern for name was not provided. | PairWithLocationResult |
OperationFailed | Pairing code with location failed. Please try again later or contact support for assistance. | PairWithLocationResult |
StorageTypeImproper | Type of selected storage cannot be used to pair ISAC codes. | PairWithLocationResult |
SuccessWithExternalLocation | Successfully paired code with location from external interface. | PairWithLocationResult |
SuccessWithInternalLocation | Successfully paired code with internal location. | PairWithLocationResult |
Users, permissions, and settings
Returned by the user, permission, and organization settings operations.
| Result code | Message shown to the user | Returned by |
|---|---|---|
InvalidSetting | Provided setting is not valid. | AddOrUpdateCustomerSettingResult |
OperationFailed | Unable to update settings. Please retry or contact support for assistance. | AddOrUpdateCustomerSettingResult |
UserDoesNotExist | User not found. | AddOrUpdateUserSettingResult |
AddingToDatabaseFailed | Unable to create the user. | AddUserResult |
AddingWithGraphApiFailed | Unable to create the user in Azure Active Directory. | AddUserResult |
EmailSendingFailed | User was created successfully but registration email could not be sent to user. | AddUserResult |
InvalidInput | Provided input was not valid. | AddUserResult |
NotAuthorized | You do not have permissions to add users or you cannot assign roles you have selected. | AddUserResult |
OperationFailed | Unable to add the user. | AddUserResult |
UserAlreadyExists | User with provided email already exists. | AddUserResult |
InvalidInput | Provided email cannot be null or empty. | DeleteUserResult |
LastAdministrator | You are the last administrator. Your account cannot be deleted. | DeleteUserResult |
OperationFailed | Unable to delete the user. Please retry or contact support for assistance. | DeleteUserResult |
OperationFailed | Unable to fetch the customer data. Please retry or contact support for assistance. | GetCurrentCustomerResult |
OperationFailed | Unable to fetch settings. Please retry or contact support for assistance. | GetCustomerSettingsResult |
NotAuthorized | You do not have permissions to see this data. | GetUserResult |
OperationFailed | Unable to fetch the user data. Please retry or contact support for assistance. | GetUserResult |
UserDoesNotExist | The user data not found. | GetUserResult |
NoLicenseActive | No active license found. | GetUserSessionDataResult |
OperationFailed | Unable to fetch session data. | GetUserSessionDataResult |
NotAuthorized | You do not have permissions to see users. | GetUsersResult |
OperationFailed | Unable to fetch the user storage. Please retry or contact support for assistance. | GetUserStorageResult |
StorageIsNotAssigned | User does not have a storage assigned. | GetUserStorageResult |
OperationFailed | Unable to set the preferred user storage. Please retry or contact support for assistance. | SetUserStorageResult |
StorageDoesNotExist | Unable to set preferred user storage, because it could not be found. | SetUserStorageResult |
UserCannotChangeStorage | You are not allowed to change the selected storage. | SetUserStorageResult |
LastAdministrator | Role cannot be changed because the user is last administrator. | UpdateUserResult |
NotAuthorized | You do not have permissions to update users or you cannot assign roles you have selected. | UpdateUserResult |
OperationFailed | Unable to update the user. Please retry or contact support for assistance. | UpdateUserResult |
Import, export, and integration
Returned by file import and export, stored files, and calls that reach an external system through an adapter.
| Result code | Message shown to the user | Returned by |
|---|---|---|
AdapterApiClientFailed | Unable to create the external system interface client. Please retry or contact support for assistance. | AttachWorkOrderAdapterResult |
AdapterNotDefined | The external system interface is not defined. Please contact support for assistance. | AttachWorkOrderAdapterResult |
ContainerDoesNotExist | Container does not exist. | AttachWorkOrderAdapterResult |
InvalidInput | Provided input is not valid. | AttachWorkOrderAdapterResult |
WorkOrderDoesNotExist | Work order does not exist. | AttachWorkOrderAdapterResult |
AdapterApiCallFailed | Unable to connect to the external system interface. Please retry or contact support for assistance. | CancelPutWallItemAdapterResult |
OperationFailed | Unable to confirm the placement. Please retry or contact support for assistance. | ConfirmCompletionForPutWallResult |
Succeed | The next process step has been fetched. | ConfirmCompletionForPutWallResult |
OperationFailed | Unable to determine the next step in process. Please retry or contact support for assistance. | DeleteBlobResult |
BlobDoesNotExist | Blob does not exist. | DownloadBlobResult |
NotAuthorized | You are not in the process with this work order. | ExportSortWallDataResult |
OperationFailed | Exporting Manual Sorting item stocks failed. Please try again later or contact support for assistance. | ExportSortWallDataResult |
OperationFailed | Exporting storage data failed. Please try again later or contact support for assistance. | ExportStorageDataResult |
OperationFailed | Failed to export unpaired locations. | ExportUnpairedLocationsResult |
OperationFailed | Failed to export work orders. | ExportWorkOrdersResult |
ItemDoesNotExist | Item does not exist. | GetAdapterItemResult |
FileNotSupported | Provided file is not supported. | GetAdapterItemsFromFileResult |
OperationFailed | Failed to load the customer specific export columns. | GetWorkOrderCustomColumnsResult |
OperationFailed | Unable to release color. Please try again later or contact support for assistance. | ReleaseColorResult |
OperationFailed | Unable to reserve color. Please try again later or contact support for assistance. | ReserveColorResult |
DemoAlreadyRunning | Another demo animation is already running. | StartDemoResult |
OperationFailed | Unable to start the demo animation. Please retry or contact support for assistance. | StartDemoResult |
UnableToFindRacks | Some of selected racks do not exist. | StartDemoResult |
NoDemoToStop | No demo animation is running. | StopDemoResult |
OperationFailed | Unable to stop the demo animation. Please retry or contact support for assistance. | StopDemoResult |
UserDoesNotExist | User with provided email does not exist. | UpdateLastLoginDateTimeResult |
Related pages
- Error messages — messages the app itself produces
- Work order statuses
- Permissions and presets
- Technical support