| Safe Haskell | Safe-Inferred |
|---|---|
| Language | GHC2021 |
TD.Data.StartLiveStoryResult
Synopsis
- data StartLiveStoryResult
- = StartLiveStoryResultOk { }
- | StartLiveStoryResultFail { }
Documentation
data StartLiveStoryResult Source #
Represents result of starting a live story
Constructors
| StartLiveStoryResultOk | The live story was successfully posted |
| StartLiveStoryResultFail | The live story failed to post with an error to be handled |
Fields
| |
Instances
| FromJSON StartLiveStoryResult Source # | |
Defined in TD.Data.StartLiveStoryResult Methods parseJSON :: Value -> Parser StartLiveStoryResult # parseJSONList :: Value -> Parser [StartLiveStoryResult] # | |
| Show StartLiveStoryResult Source # | |
Defined in TD.Data.StartLiveStoryResult Methods showsPrec :: Int -> StartLiveStoryResult -> ShowS # show :: StartLiveStoryResult -> String # showList :: [StartLiveStoryResult] -> ShowS # | |
| Eq StartLiveStoryResult Source # | |
Defined in TD.Data.StartLiveStoryResult Methods (==) :: StartLiveStoryResult -> StartLiveStoryResult -> Bool # (/=) :: StartLiveStoryResult -> StartLiveStoryResult -> Bool # | |
| ShortShow StartLiveStoryResult Source # | |
Defined in TD.Data.StartLiveStoryResult Methods | |