push_parse_error_from_parts

Function push_parse_error_from_parts 

Source
pub fn push_parse_error_from_parts(
    _source: String,
    _line: usize,
    _column: usize,
    _length: usize,
    _message: String,
    _severity: String,
)