NoRoomInDestination constant

TransferStatuses const NoRoomInDestination

NoRoomInDestination = 4 You could transfer the item, but the place you're trying to put it has run out of room! Check your remaining Vault and/or character space.

Implementation

static const TransferStatuses NoRoomInDestination = TransferStatuses(4);