C++: Catch MsgPack Errors

This adds helpers to catch the three tyes of msgpack errors: unpack_error, type_error, parse_error.

As added bonus, the type is directly returned when unpacking.

This is preparatory work for #26 (closed)

Merge request reports

Loading