Enum ErrorType
Error message type.
錯誤訊息類型。
Namespace: Votanic.vXR.vGear.Inventory
Assembly: Votanic.vXR.dll
Syntax
public enum ErrorType
Fields
| Name | Description |
|---|---|
| Buy | Cannot buy the item. |
| Earn | Cannot earn currencies to this inventory. |
| Hold | Cannot hold the item. |
| Insufficient | Currencies not enough. |
| MainOnly | Only main inventory can apply item. |
| Move | Cannot move the item. |
| NegativeInput | Negative value input is not allow. |
| Place | Cannot place the item to this inventory. |
| Redundancy | Excess currencies. |
| Remove | Cannot remove the item. |
| Sell | Cannot sell the item. |
| Store | Cannot store the item to other inventory. |
| StoreInventoryOnly | Only store type invetory can store currencies. |