| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Proto.POGOProtos.Networking.Responses.CatchPokemonResponse
Documentation
data CatchPokemonResponse #
Constructors
| CatchPokemonResponse | |
Instances
| Eq CatchPokemonResponse # | |
| Show CatchPokemonResponse # | |
| Message CatchPokemonResponse # | |
| Default CatchPokemonResponse # | |
| HasField "captureAward" CatchPokemonResponse CatchPokemonResponse # | |
| HasField "capturedPokemonId" CatchPokemonResponse CatchPokemonResponse # | |
| HasField "maybe'captureAward" CatchPokemonResponse CatchPokemonResponse # | |
| HasField "missPercent" CatchPokemonResponse CatchPokemonResponse # | |
| HasField "status" CatchPokemonResponse CatchPokemonResponse # | |
| type Field "captureAward" CatchPokemonResponse # | |
| type Field "capturedPokemonId" CatchPokemonResponse # | |
| type Field "maybe'captureAward" CatchPokemonResponse # | |
| type Field "missPercent" CatchPokemonResponse # | |
| type Field "status" CatchPokemonResponse # | |
data CatchPokemonResponse'CatchStatus #
Constructors
| CatchPokemonResponse'CATCH_ERROR | |
| CatchPokemonResponse'CATCH_SUCCESS | |
| CatchPokemonResponse'CATCH_ESCAPE | |
| CatchPokemonResponse'CATCH_FLEE | |
| CatchPokemonResponse'CATCH_MISSED |
Instances
captureAward :: forall msg msg'. HasField "captureAward" msg msg' => Lens msg msg' (Field "captureAward" msg) (Field "captureAward" msg') #
capturedPokemonId :: forall msg msg'. HasField "capturedPokemonId" msg msg' => Lens msg msg' (Field "capturedPokemonId" msg) (Field "capturedPokemonId" msg') #
maybe'captureAward :: forall msg msg'. HasField "maybe'captureAward" msg msg' => Lens msg msg' (Field "maybe'captureAward" msg) (Field "maybe'captureAward" msg') #
missPercent :: forall msg msg'. HasField "missPercent" msg msg' => Lens msg msg' (Field "missPercent" msg) (Field "missPercent" msg') #