| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Proto.POGOProtos.Networking.Responses.SetFavoritePokemonResponse
Documentation
data SetFavoritePokemonResponse #
Constructors
| SetFavoritePokemonResponse | |
Instances
| Eq SetFavoritePokemonResponse # | |
| Show SetFavoritePokemonResponse # | |
| Message SetFavoritePokemonResponse # | |
| Default SetFavoritePokemonResponse # | |
| HasField "result" SetFavoritePokemonResponse SetFavoritePokemonResponse # | |
| type Field "result" SetFavoritePokemonResponse # | |
data SetFavoritePokemonResponse'Result #
Constructors
| SetFavoritePokemonResponse'UNSET | |
| SetFavoritePokemonResponse'SUCCESS | |
| SetFavoritePokemonResponse'ERROR_POKEMON_NOT_FOUND | |
| SetFavoritePokemonResponse'ERROR_POKEMON_IS_EGG |
Instances