pub fn parse_error_type(
    schema: &mut BTreeMap<String, ErrorType>,
    input: &DeriveInput
)