An optional error cursor position into either the original query string or an internally generated query.
(&self)
| 564 | /// An optional error cursor position into either the original query string |
| 565 | /// or an internally generated query. |
| 566 | pub fn position(&self) -> Option<&ErrorPosition> { |
| 567 | self.position.as_ref() |
| 568 | } |
| 569 | |
| 570 | /// An indication of the context in which the error occurred. |
| 571 | /// |
no test coverage detected