Shared/
Error.rs

1
2
3
4
5
6
7
8
#[derive(Debug)]
pub enum Error_type {
    Invalid_pointer,
    Invalid_length,
    Invalid_UTF8_string,
    Buffer_too_small,
    Failed_to_convert_length_to_S,
}