atsign-foundation / at_libraries

Support libraries & dependencies for Atsign's technology
https://pub.dev/publishers/atsign.org/packages
BSD 3-Clause "New" or "Revised" License
38 stars 11 forks source link

fix: at_lookup: Fix handling of non-json-formatted error responses #563

Closed gkc closed 6 months ago

gkc commented 6 months ago

Problem which required this fix is that enrollment exception error messages from the server contain enrollment ids which contain hyphens, and the messages were therefore being truncated

- What I did

- How I did it See commits

- How to verify it