Skip to content

Error ​

Git Source

Errors ​

StETHQueueError ​

general Custom error used for all contract specific errors with the errorId_ param as error code. Look up the specific error code in the source code to find a better explanation of what went wrong (errors.sol).

solidity
error StETHQueueError(uint256 errorId_);