You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've written a nice static_xml::de::Error type which outputs some context information, including the current XML stack. static_xml::ser::Error should do the same.
Likely needs similar instrumentation in which some things return this type, text-based stuff returns BoxedStdError (as they don't have the proper context to fill this; they need to rely on the caller to do so), and some things return either type (see static_xml::de::VisitorError).
The text was updated successfully, but these errors were encountered:
scottlamb
changed the title
nicer static_xml::ser::Error
nicer static_xml::ser::ErrorDec 15, 2021
I've written a nice
static_xml::de::Error
type which outputs some context information, including the current XML stack.static_xml::ser::Error
should do the same.Likely needs similar instrumentation in which some things return this type, text-based stuff returns
BoxedStdError
(as they don't have the proper context to fill this; they need to rely on the caller to do so), and some things return either type (seestatic_xml::de::VisitorError
).The text was updated successfully, but these errors were encountered: