LeviLamina
Loading...
Searching...
No Matches
InventoryTransactionError.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5enum class InventoryTransactionError : int {
6 Unknown = 0,
7 NoError = 1,
8 BalanceMismatch = 2,
9 SourceItemMismatch = 3,
10 InventoryMismatch = 4,
11 SizeMismatch = 5,
12 AuthorityMismatch = 6,
13 StateMismatch = 7,
14 ApiDenied = 8,
15};