1 2 3 4 5 6 7 8 9 10 11
use odra::execution_error; execution_error! { pub enum Error { OwnerNotSet => 20_000, CallerNotTheOwner => 20_001, CallerNotTheNewOwner => 20_002, MissingRole => 20_003, RoleRenounceForAnotherAddress => 20_004, } }