hercules-ci-api-agent-0.5.0.0: API definition for Hercules CI Agent to talk to hercules-ci.com or Hercules CI Enterprise
Safe HaskellSafe-Inferred
LanguageHaskell2010

Hercules.API.Agent.Evaluate.EvaluateEvent.AttributeErrorEvent

Documentation

data AttributeErrorEvent Source #

Instances

Instances details
FromJSON AttributeErrorEvent Source # 
Instance details

Defined in Hercules.API.Agent.Evaluate.EvaluateEvent.AttributeErrorEvent

ToJSON AttributeErrorEvent Source # 
Instance details

Defined in Hercules.API.Agent.Evaluate.EvaluateEvent.AttributeErrorEvent

Generic AttributeErrorEvent Source # 
Instance details

Defined in Hercules.API.Agent.Evaluate.EvaluateEvent.AttributeErrorEvent

Associated Types

type Rep AttributeErrorEvent :: Type -> Type #

Show AttributeErrorEvent Source # 
Instance details

Defined in Hercules.API.Agent.Evaluate.EvaluateEvent.AttributeErrorEvent

NFData AttributeErrorEvent Source # 
Instance details

Defined in Hercules.API.Agent.Evaluate.EvaluateEvent.AttributeErrorEvent

Methods

rnf :: AttributeErrorEvent -> () #

Eq AttributeErrorEvent Source # 
Instance details

Defined in Hercules.API.Agent.Evaluate.EvaluateEvent.AttributeErrorEvent

type Rep AttributeErrorEvent Source # 
Instance details

Defined in Hercules.API.Agent.Evaluate.EvaluateEvent.AttributeErrorEvent

type Rep AttributeErrorEvent = D1 ('MetaData "AttributeErrorEvent" "Hercules.API.Agent.Evaluate.EvaluateEvent.AttributeErrorEvent" "hercules-ci-api-agent-0.5.0.0-inplace" 'False) (C1 ('MetaCons "AttributeErrorEvent" 'PrefixI 'True) ((S1 ('MetaSel ('Just "expressionPath") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 [Text]) :*: S1 ('MetaSel ('Just "errorMessage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)) :*: (S1 ('MetaSel ('Just "errorDerivation") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "errorType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "trace") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (Maybe Text))))))