ankidroid / Anki-Android

AnkiDroid: Anki flashcards on Android. Your secret trick to achieve superhuman information retention.
GNU General Public License v3.0
8.75k stars 2.24k forks source link

NF: APIResult takes known type only #17433

Open Arthur-Milchior opened 1 week ago

Arthur-Milchior commented 1 week ago

I had a bug because I sent it an enum, and it didn't know how to read it again. By ensuring it only takes known value, any dev can find really quickly where the bug comes from