Tribot SDK
Toggle table of contents
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
Tribot SDK
script-sdk
/
org.tribot.script.sdk.tasks
/
InsufficientItemError
Insufficient
Item
Error
data
class
InsufficientItemError
(
val
itemId
:
Int
,
val
requiredAmt
:
Int
,
val
actualAmt
:
Int
)
:
BankTaskError
Members
Constructors
Insufficient
Item
Error
Link copied to clipboard
constructor
(
itemId
:
Int
,
requiredAmt
:
Int
,
actualAmt
:
Int
)
Properties
actual
Amt
Link copied to clipboard
val
actualAmt
:
Int
item
Id
Link copied to clipboard
val
itemId
:
Int
required
Amt
Link copied to clipboard
val
requiredAmt
:
Int