Last updated 3 years ago
error corresponds to enum Error; info corresponds to enum FailureInfo, and detail is an arbitrary contract-specific code that enables us to report opaque error codes from upgradeable contracts.*
error
info
detail
event Failure(uint256 error, uint256 info, uint256 detail)
uint256
undefined