vechain
docs
github
Preparing search index...
The search index is not available
vechain-sdk
vechain-sdk
@vechain/sdk-errors
PollExecution
Class PollExecution
Poll execution error.
WHEN TO USE:
Error will be thrown when a poll execution of a function throw error
Hierarchy (
view full
)
VechainSDKError
<
{
functionName
:
string
;
}
>
PollExecution
Index
Constructors
constructor
Properties
data
error
Message
inner
Error?
method
Name
Constructors
constructor
new
Poll
Execution
(
methodName
,
errorMessage
,
data
,
innerError
?
)
:
PollExecution
Parameters
methodName
:
string
errorMessage
:
string
data
:
{
functionName
:
string
;
}
function
Name
:
string
Optional
innerError
:
unknown
Returns
PollExecution
Properties
Readonly
data
data
:
{
functionName
:
string
;
}
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...
Poll execution error.
WHEN TO USE: