1#[derive(Debug)] 2pub enum Error { 3 InvalidPointer, 4 InvalidLength, 5 InvalidUtf8String, 6 BufferTooSmall, 7 FailedToConvertLengthToS, 8}