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 :: * -> * # 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.2.1-2UcAeku75Kp2WGx5ONlWb6" False) (C1 (MetaCons "ErrorSeverity" PrefixI False) (U1 :: * -> *) :+: (C1 (MetaCons "WarningSeverity" PrefixI False) (U1 :: * -> *) :+: C1 (MetaCons "InfoSeverity" PrefixI False) (U1 :: * -> *))) |
data BugsnagSeverityReason Source #
Constructors
BugsnagSeverityReason | |
Instances
data BugsnagSeverityReasonAttributes Source #
Constructors
BugsnagSeverityReasonAttributes | |
Fields
|
Instances
data BugsnagSeverityReasonType Source #
Constructors
Instances
Generic BugsnagSeverityReasonType Source # | |
Defined in Network.Bugsnag.Severity Associated Types type Rep BugsnagSeverityReasonType :: * -> * # Methods from :: BugsnagSeverityReasonType -> Rep BugsnagSeverityReasonType x # to :: Rep BugsnagSeverityReasonType x -> BugsnagSeverityReasonType # | |
ToJSON BugsnagSeverityReasonType Source # | |
Defined in Network.Bugsnag.Severity Methods toJSON :: BugsnagSeverityReasonType -> Value # toEncoding :: BugsnagSeverityReasonType -> Encoding # toJSONList :: [BugsnagSeverityReasonType] -> Value # | |
type Rep BugsnagSeverityReasonType Source # | |
Defined in Network.Bugsnag.Severity type Rep BugsnagSeverityReasonType = D1 (MetaData "BugsnagSeverityReasonType" "Network.Bugsnag.Severity" "bugsnag-haskell-0.0.2.1-2UcAeku75Kp2WGx5ONlWb6" False) (((C1 (MetaCons "UnhandledExceptionReasonType" PrefixI False) (U1 :: * -> *) :+: (C1 (MetaCons "UnhandledErrorReasonType" PrefixI False) (U1 :: * -> *) :+: C1 (MetaCons "LogReasonType" PrefixI False) (U1 :: * -> *))) :+: ((C1 (MetaCons "SignalReasonType" PrefixI False) (U1 :: * -> *) :+: C1 (MetaCons "StrictModeReasonType" PrefixI False) (U1 :: * -> *)) :+: (C1 (MetaCons "UnhandledPromiseRejectionReasonType" PrefixI False) (U1 :: * -> *) :+: C1 (MetaCons "CallbackErrorInterceptReasonType" PrefixI False) (U1 :: * -> *)))) :+: (((C1 (MetaCons "ErrorClassReasonType" PrefixI False) (U1 :: * -> *) :+: C1 (MetaCons "UnhandledPanicReasonType" PrefixI False) (U1 :: * -> *)) :+: (C1 (MetaCons "UserCallbackSetSeverityReasonType" PrefixI False) (U1 :: * -> *) :+: C1 (MetaCons "UserSpecifiedSeverityReasonType" PrefixI False) (U1 :: * -> *))) :+: ((C1 (MetaCons "HandledExceptionReasonType" PrefixI False) (U1 :: * -> *) :+: C1 (MetaCons "HandledErrorReasonType" PrefixI False) (U1 :: * -> *)) :+: (C1 (MetaCons "HandledPanicReasonType" PrefixI False) (U1 :: * -> *) :+: C1 (MetaCons "UserContextSetSeverityReasonType" PrefixI False) (U1 :: * -> *))))) |