Solution: Enumerated Types
Explore the solution for the Enumerated types challenge.
We'll cover the following...
Solution: Enumerated Types
The app can have one of the following states:
- done: The app received the response successfully.
- waiting: The app is waiting for the response.
- error: The app received an error from the server.
Solution #1
Solution #1 is to declare the ...