let mut msg = b"Property is declared to have a binary value but the encoding is set to ".to_vec();
message: "Property is declared to have a binary value but no encoding is set, must be set to BASE64".to_string(),
message: "Property is declared to have a binary value but the value is not base64".to_string(),
message: "Property is declared to have a binary value but that is not valid for this property".to_string(),
message: "Property is declared to have a boolean value but the value is not a boolean".to_string(),
message: "Property is declared to have a boolean value but the value is not a boolean".to_string(),
message: "Property is declared to have a calendar address value but the value is not a mailto: URI".to_string(),
message: "Property is declared to have a calendar address value but that is not valid for this property".to_string(),
message: "Property is declared to have date values but one of values is a date-time".to_string(),
message: "Property is declared to have date values but one of values is a date-time".to_string(),
message: "Property is declared to have a date value but that is not valid for this property".to_string(),
message: "Property is declared to have a date-time value but has an absolute trigger".to_string(),
message: "Property is declared to have a date-time value but that is not valid for this property".to_string(),
message: "Property is declared to have a duration value but has an absolute trigger".to_string(),
message: "Property is declared to have a duration value but that is not valid for this property".to_string(),
message: "Property is declared to have a float value but that is not valid for this property".to_string(),
message: "Property is declared to have an integer value but that is not valid for this property".to_string(),
message: "Property is declared to have a period value but that is not valid for this property".to_string(),
message: "Property is declared to have a recurrence value but that is not valid for this property".to_string(),
message: "Property is declared to have a text value but that is not valid for this property".to_string(),
message: "Property is declared to have a time value but that is not valid for this property".to_string(),
message: "Property is declared to have a URI value but that is not valid for this property".to_string(),
message: "Property is declared to have a UTC offset value but that is not valid for this property".to_string(),
fn is_time_valued(property_value: &String) -> anyhow::Result<Vec<crate::parser::types::Time>> {