Documented the Amiibo model and its sub-models in the library target.

This commit is contained in:
2025-09-09 11:06:34 +02:00
parent aaa0a7835e
commit 93afbb2c1e
6 changed files with 71 additions and 9 deletions
@@ -20,7 +20,7 @@ public enum AmiiboServiceError: Error {
case notAvailable
/// A response cannot be found.
case notFound
/// An undocumented/unsupported error.
/// An undocumented/unsupported status code error.
case undocumented(_ statusCode: Int)
/// An unknown error.
case unknown