1
2
3
4
5
pub const RESULT_MODULE: u32 = 21;

result_define_group!(RESULT_MODULE => {
    NotInitialized: 2
});