Commit Graph

4 Commits

Author SHA1 Message Date
Michelle Linington
e2a8244bbe Review feedback: Better handling of cast failures in ParamParser
This adds a new ParamParser private error constructor to be used on a
failed cast. It will populate the description of the thrown error with
information about the destination type of the failed cast.
2020-06-29 23:03:35 -07:00
Matthew Chen
3935b019f4 Add base class for tests. 2018-09-10 17:30:18 -05:00
Michael Kirk
ac461ca2d1 Fixup parser: Robust to servers various "empty" types
For base64Encoded data, sometimes the server sends "null" sometimes the server
sends an empty string.
2018-07-26 11:56:22 -06:00
Michael Kirk
bae2e8649d Dry up Parameter parsing logic 2018-07-25 15:35:30 -06:00