PalletizationError

An error that may be produced by the palletization action.

trait Enum
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Type members

Enum entries

Raised when trying to palletize more of a product than required.

Raised when trying to palletize more of a product than required.

case ProductNotInOrder(productNotInOrder: Product)

Raised when trying to palletize a product for an order that does not require it.

Raised when trying to palletize a product for an order that does not require it.