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
When using the library I've gotten the deserialization PropertyMissingButRequired error a few times. This is probably correct but I'd like to have some inkling that would inform me about exactly which property is missing and what type that property was expected to have had.
The error is thrown from the code line for below link. I have put a breakpoint in order to end up there whilst debugging. While I deduced some hints from that, it's time consuming to do that in a larger codebase.
Hi @magnusart, thanks for the report. I've opened #206, which adds the expected field/property name to the error message. Is that enough to make it more informative in your usecase?
Hi
When using the library I've gotten the deserialization
PropertyMissingButRequired
error a few times. This is probably correct but I'd like to have some inkling that would inform me about exactly which property is missing and what type that property was expected to have had.The error is thrown from the code line for below link. I have put a breakpoint in order to end up there whilst debugging. While I deduced some hints from that, it's time consuming to do that in a larger codebase.
neo4rs/lib/src/types/serde/element.rs
Lines 272 to 273 in 0b175da
The text was updated successfully, but these errors were encountered: