steamclock / netable

A Swift library for encapsulating network APIs using Codable in a type-oriented way.
MIT License
99 stars 3 forks source link

[73] Add more helpful decoding error descriptions #85

Closed jenncoop closed 3 years ago

jenncoop commented 3 years ago

Fixes #73

Adds more helpful decoding error descriptions so decoding errors are easier to debug.

Before:

Screen Shot 2021-08-26 at 9 25 03 AM

After:

Screen Shot 2021-08-26 at 9 32 07 AM