Safe Haskell | None |
---|---|
Language | Haskell2010 |
Proto.POGOProtos.Networking.Responses.UseItemPotionResponse
Documentation
data UseItemPotionResponse #
Constructors
UseItemPotionResponse | |
Instances
Eq UseItemPotionResponse # | |
Show UseItemPotionResponse # | |
Message UseItemPotionResponse # | |
Default UseItemPotionResponse # | |
HasField "result" UseItemPotionResponse UseItemPotionResponse # | |
HasField "stamina" UseItemPotionResponse UseItemPotionResponse # | |
type Field "result" UseItemPotionResponse # | |
type Field "stamina" UseItemPotionResponse # | |
data UseItemPotionResponse'Result #
Constructors
UseItemPotionResponse'UNSET | |
UseItemPotionResponse'SUCCESS | |
UseItemPotionResponse'ERROR_NO_POKEMON | |
UseItemPotionResponse'ERROR_CANNOT_USE | |
UseItemPotionResponse'ERROR_DEPLOYED_TO_FORT |
Instances