...

/

Solution: Enumerated Types

Solution: Enumerated Types

Explore the solution for the Enumerated types challenge.

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 ...