bugsnag-haskell-0.0.1.1: Bugsnag error reporter for Haskell

Safe HaskellNone
LanguageHaskell2010

Network.Bugsnag.Severity

Documentation

data BugsnagSeverity Source #

Instances

Generic BugsnagSeverity Source # 
ToJSON BugsnagSeverity Source # 
type Rep BugsnagSeverity Source # 
type Rep BugsnagSeverity = D1 * (MetaData "BugsnagSeverity" "Network.Bugsnag.Severity" "bugsnag-haskell-0.0.1.1-EoSNWNN2YPTKz7n4gwpTMJ" False) ((:+:) * (C1 * (MetaCons "ErrorSeverity" PrefixI False) (U1 *)) ((:+:) * (C1 * (MetaCons "WarningSeverity" PrefixI False) (U1 *)) (C1 * (MetaCons "InfoSeverity" PrefixI False) (U1 *))))

data BugsnagSeverityReasonAttributes Source #

Instances

Generic BugsnagSeverityReasonAttributes Source # 
ToJSON BugsnagSeverityReasonAttributes Source # 
type Rep BugsnagSeverityReasonAttributes Source # 
type Rep BugsnagSeverityReasonAttributes = D1 * (MetaData "BugsnagSeverityReasonAttributes" "Network.Bugsnag.Severity" "bugsnag-haskell-0.0.1.1-EoSNWNN2YPTKz7n4gwpTMJ" False) (C1 * (MetaCons "BugsnagSeverityReasonAttributes" PrefixI True) ((:*:) * ((:*:) * (S1 * (MetaSel (Just Symbol "bsraErrorType") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 * (Maybe Text))) (S1 * (MetaSel (Just Symbol "bsraLevel") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 * (Maybe Text)))) ((:*:) * (S1 * (MetaSel (Just Symbol "bsraSignalType") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 * (Maybe Text))) ((:*:) * (S1 * (MetaSel (Just Symbol "bsraViolationType") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 * (Maybe Text))) (S1 * (MetaSel (Just Symbol "bsraErrorClass") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 * (Maybe Text)))))))

data BugsnagSeverityReasonType Source #

Instances

Generic BugsnagSeverityReasonType Source # 
ToJSON BugsnagSeverityReasonType Source # 
type Rep BugsnagSeverityReasonType Source # 
type Rep BugsnagSeverityReasonType = D1 * (MetaData "BugsnagSeverityReasonType" "Network.Bugsnag.Severity" "bugsnag-haskell-0.0.1.1-EoSNWNN2YPTKz7n4gwpTMJ" 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 *))))))