Improved error mapping in the Amiibo Live client in the library target.

This commit is contained in:
2026-07-26 01:48:08 +02:00
parent 681b756dc1
commit 03f66cdeb3
3 changed files with 14 additions and 7 deletions
@@ -261,6 +261,6 @@ private enum Errors {
.notAvailable,
.notFound,
.undocumented(500),
.unknown
.unknown("An underlying error description.")
]
}