Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrInputLimitExceeded = &skipRequestException{fmt.Sprintf("exceeded maximum number of inputs in transaction. iotago.MaxInputsCount = %d", iotago.MaxInputsCount)} ErrOutputLimitExceeded = &skipRequestException{fmt.Sprintf("exceeded maximum number of outputs in transaction. iotago.MaxOutputsCount = %d", iotago.MaxOutputsCount)} ErrTotalNativeTokensLimitExceeded = &skipRequestException{fmt.Sprintf("exceeded maximum number of different native tokens in transaction. iotago.MaxNativeTokensCount = %d", iotago.MaxNativeTokensCount)} ErrNotEnoughFundsForInternalStorageDeposit = &skipRequestException{"not enough funds for internal storage deposit: common account must be topped up"} ErrBlockGasLimitExceeded = &skipRequestException{"exceeded maximum gas allowed in a block"} ErrMaxTransactionSizeExceeded = &skipRequestException{"exceeded maximum size of the transaction"} )
skipRequestException is a protocol limit vmexceptions. It causes skipping the request. Never appear in the receipt of the request
Functions ¶
func IsSkipRequestException ¶
func IsSkipRequestException(e interface{}) bool
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.