hercules-ci-api-agent-0.2.2.0: API definition for Hercules CI Agent to talk to hercules-ci.com or Hercules CI Enterprise

Safe HaskellNone
LanguageHaskell2010

Hercules.API.Agent.Evaluate.EvaluateEvent.AttributeErrorEvent

Documentation

data AttributeErrorEvent Source #

Instances
Eq AttributeErrorEvent Source # 
Instance details

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

Show 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 #

ToJSON AttributeErrorEvent Source # 
Instance details

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

FromJSON AttributeErrorEvent Source # 
Instance details

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

ToSchema 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.2.2.0-H8XBgIW1mHxGazLTBa2ark" 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)))))