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

IApplicationChecker

Git Source

Errors

ApplicationNotDeployed

The application contract address contains no code.

error ApplicationNotDeployed(address appContract);

Parameters

NameTypeDescription
appContractaddressThe application contract address

ApplicationReverted

The call to the application contract reverted with an error.

error ApplicationReverted(address appContract, bytes error);

Parameters

NameTypeDescription
appContractaddressThe application contract address
errorbytesThe error raised by the application contract

IllformedApplicationReturnData

The call to the application contract returned ill-formed data.

error IllformedApplicationReturnData(address appContract, bytes data);

Parameters

NameTypeDescription
appContractaddressThe application contract address
databytesThe data returned by the application contract

InputBoxNotDeployed

The input box address contains no code.

error InputBoxNotDeployed(address inputBox);

Parameters

NameTypeDescription
inputBoxaddressThe input box contract address

ApplicationForeclosed

Application was foreclosed.

error ApplicationForeclosed(address appContract);

Parameters

NameTypeDescription
appContractaddressThe application contract address