Skip to content

Commit

Permalink
impr: add error field to QueryResult
Browse files Browse the repository at this point in the history
Adds the `error` field representing an optional `Error` struct instance to the
`QueryResult` struct.
Remove the derived deserializer for the `QueryResult` struct.
Add a customized deserializer for the `QueryResult` struct, which is necessary
to handle `QueryResult` deserialization properly, as it contains both an `error`
attribute and an `error` element.
  • Loading branch information
indiv0 committed Dec 17, 2016
1 parent 468be31 commit d79ed2e
Show file tree
Hide file tree
Showing 2 changed files with 1,210 additions and 5 deletions.
Loading

0 comments on commit d79ed2e

Please sign in to comment.