Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

IApplicationFactoryErrors

Git Source

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

NameTypeDescription
withdrawalConfigWithdrawalConfigThe invalid withdrawal configuration