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

result_define_group!(RESULT_MODULE => {
    UnsupportedOperation: 1,
    SessionClosed: 301
});