Struct rsonpath_lib::query::error::ParseError
source · pub struct ParseError {
pub start_idx: usize,
pub len: usize,
}Expand description
Single error raised during parsing, defined as the contiguous sequence of characters that caused the error.
Fields§
§start_idx: usizeThe index at which the error occurred.
len: usizeThe number of characters that the parser recognised as invalid.