IApplicationFactoryErrors
Errors
InvalidWithdrawalConfig
This error is raised when someone tries to deploy an application with invalid withdrawal configuration, in which the accounts drive is outside the bounds of the machine memory. This is forbidden at the contract level so that users and the node don't need to make this sanity check.
error InvalidWithdrawalConfig(WithdrawalConfig withdrawalConfig);
Parameters
| Name | Type | Description |
|---|---|---|
withdrawalConfig | WithdrawalConfig | The invalid withdrawal configuration |