Lines Matching refs:error
20 /// Parsing error.
23 /// Io error.
26 /// Parse number error.
29 /// Utf8 transform error.
32 /// Type transform error.
35 /// Reader error.
36 Reader(Box<dyn std::error::Error>),
38 /// Incorrect serde usage error.
48 /// The specific location and character of the error during parsing.
76 pub(crate) fn new_reader<E: Into<Box<dyn std::error::Error>>>(e: E) -> Self {
172 impl std::error::Error for Error {}
217 /// 2. Calls `Error::fmt` on this error.
390 /// 2. Calls `Error::from` on those error.