| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Network.Bugsnag.Severity
Documentation
data BugsnagSeverity Source #
Constructors
| ErrorSeverity | |
| WarningSeverity | |
| InfoSeverity |
Instances
| Generic BugsnagSeverity Source # | |
Defined in Network.Bugsnag.Severity Associated Types type Rep BugsnagSeverity :: Type -> Type # Methods from :: BugsnagSeverity -> Rep BugsnagSeverity x # to :: Rep BugsnagSeverity x -> BugsnagSeverity # | |
| ToJSON BugsnagSeverity Source # | |
Defined in Network.Bugsnag.Severity Methods toJSON :: BugsnagSeverity -> Value # toEncoding :: BugsnagSeverity -> Encoding # toJSONList :: [BugsnagSeverity] -> Value # toEncodingList :: [BugsnagSeverity] -> Encoding # | |
| type Rep BugsnagSeverity Source # | |
Defined in Network.Bugsnag.Severity type Rep BugsnagSeverity = D1 (MetaData "BugsnagSeverity" "Network.Bugsnag.Severity" "bugsnag-haskell-0.0.3.0-9xqVckuNNy08IZ16n6JVjy" False) (C1 (MetaCons "ErrorSeverity" PrefixI False) (U1 :: Type -> Type) :+: (C1 (MetaCons "WarningSeverity" PrefixI False) (U1 :: Type -> Type) :+: C1 (MetaCons "InfoSeverity" PrefixI False) (U1 :: Type -> Type))) | |
data BugsnagSeverityReason Source #
Constructors
| BugsnagSeverityReason | |
Instances
data BugsnagSeverityReasonAttributes Source #
Constructors
| BugsnagSeverityReasonAttributes | |
Fields
| |
Instances
data BugsnagSeverityReasonType Source #
Constructors