vechain
docs
github
Preparing search index...
The search index is not available
vechain-sdk
vechain-sdk
@vechain/sdk-errors
InvalidAbiItem
Class InvalidAbiItem
Invalid ABI item error
WHEN TO USE:
This error will be thrown when the ABI item is invalid.
Hierarchy (
view full
)
VechainSDKError
<
{
type
:
"function"
|
"event"
;
value
:
unknown
;
}
>
InvalidAbiItem
Index
Constructors
constructor
Properties
data
error
Message
inner
Error?
method
Name
Constructors
constructor
new
Invalid
Abi
Item
(
methodName
,
errorMessage
,
data
,
innerError
?
)
:
InvalidAbiItem
Parameters
methodName
:
string
errorMessage
:
string
data
:
{
type
:
"function"
|
"event"
;
value
:
unknown
;
}
type
:
"function"
|
"event"
value
:
unknown
Optional
innerError
:
unknown
Returns
InvalidAbiItem
Properties
Readonly
data
data
:
{
type
:
"function"
|
"event"
;
value
:
unknown
;
}
Readonly
error
Message
error
Message
:
string
Optional
Readonly
inner
Error
inner
Error
?:
unknown
Readonly
method
Name
method
Name
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
data
error
Message
inner
Error
method
Name
vechain
docs
github
vechain-sdk
Loading...
Invalid ABI item error
WHEN TO USE: