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: usize
The index at which the error occurred.
len: usize
The number of characters that the parser recognised as invalid.