vechain
docs
github
Preparing search index...
The search index is not available
vechain-sdk
vechain-sdk
@vechain/sdk-errors
ContractDeploymentFailed
Class ContractDeploymentFailed
Cannot find transaction error.
WHEN TO USE:
Error will be thrown when the transaction is not into the blockchain.
Hierarchy (
view full
)
VechainSDKError
<
ObjectErrorData
>
ContractDeploymentFailed
Index
Constructors
constructor
Properties
data
error
Message
inner
Error?
method
Name
Constructors
constructor
new
Contract
Deployment
Failed
(
methodName
,
errorMessage
,
data
,
innerError
?
)
:
ContractDeploymentFailed
Parameters
methodName
:
string
errorMessage
:
string
data
:
ObjectErrorData
Optional
innerError
:
unknown
Returns
ContractDeploymentFailed
Properties
Readonly
data
data
:
ObjectErrorData
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...
Cannot find transaction error.
WHEN TO USE: