| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Proto.POGOProtos.Networking.Responses.CatchPokemonResponse
Documentation
data CatchPokemonResponse Source #
Constructors
| CatchPokemonResponse | |
Instances
| Eq CatchPokemonResponse Source # | |
| Show CatchPokemonResponse Source # | |
| Default CatchPokemonResponse Source # | |
| Message CatchPokemonResponse Source # | |
| HasField "captureAward" CatchPokemonResponse CatchPokemonResponse Source # | |
| HasField "capturedPokemonId" CatchPokemonResponse CatchPokemonResponse Source # | |
| HasField "maybe'captureAward" CatchPokemonResponse CatchPokemonResponse Source # | |
| HasField "missPercent" CatchPokemonResponse CatchPokemonResponse Source # | |
| HasField "status" CatchPokemonResponse CatchPokemonResponse Source # | |
| type Field "captureAward" CatchPokemonResponse Source # | |
| type Field "capturedPokemonId" CatchPokemonResponse Source # | |
| type Field "maybe'captureAward" CatchPokemonResponse Source # | |
| type Field "missPercent" CatchPokemonResponse Source # | |
| type Field "status" CatchPokemonResponse Source # | |
data CatchPokemonResponse'CatchStatus Source #
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') Source #
capturedPokemonId :: forall msg msg'. HasField "capturedPokemonId" msg msg' => Lens msg msg' (Field "capturedPokemonId" msg) (Field "capturedPokemonId" msg') Source #
maybe'captureAward :: forall msg msg'. HasField "maybe'captureAward" msg msg' => Lens msg msg' (Field "maybe'captureAward" msg) (Field "maybe'captureAward" msg') Source #