SignalK / specification

Signal K is a JSON-based format for storing and sharing marine data from different sources (e.g. nmea 0183, 2000, seatalk, etc)
Other
91 stars 68 forks source link

feature: add detail to delta error #570

Closed jncarter123 closed 2 years ago

jncarter123 commented 4 years ago

Previously if the delta was missing a path or value, the logged error message was "Illegal value in delta: " along witht the pathValue. This is a bit misleading.

The new error message provides detail about whether the path and/or value is missing along with source info.

Example of new message: Delta is missing path in {"value":294.17} from source {"label":"ydwg-2000","type":"NMEA2000","pgn":130312,"src":"41","instance":"0"}

tkurki commented 3 years ago

And sorry about the late response..