Module std::error_signals
Expand description
Values which signify special types of errors when passed to std::revert::revert
.
Constants
A revert with this value signals that it was caused by a failing call to std::assert::assert_eq
.
A revert with this value signals that it was caused by a failing call to std::assert::assert_ne
.
A revert with this value signals that it was caused by a failing call to std::assert::assert
.
A revert with this value signals that it was caused by a failing call to std::revert::require
.
A revert with this value signals that it was caused by a failing call to std::asset::transfer_to_address
.
A revert with this value signals that it was caused by a call to std::revert::revert_with_log
.