5 lines
98 B
Swift
5 lines
98 B
Swift
|
public enum AmiiboClientError: Error {
|
||
|
case responseCode(Int)
|
||
|
case responseCodeNotFound
|
||
|
}
|