kyoto_protocol/response/
error_type.rs

1#[derive(Debug)]
2pub enum ErrorType {
3    InvalidSyntax,
4    NonExistentKey,
5}