cruncher-types-1.1.0: Request and Response types for Eval.so's API

Stabilitystable
MaintainerRicky Elrod <ricky@elrod.me>
Safe HaskellTrustworthy

Evalso.Cruncher.FinalResult

Description

The highest level of a response that Cruncher deals with. Contains only the final result of a sandbox run, including compilation and execution.

Synopsis

Documentation

data FinalResult Source

The final result for a given request.

This data type also handles error handling, in the form of types.

Constructors

FinalResult 

Fields

compile :: Maybe SandboxResult

The compilation result, if any

run :: Maybe SandboxResult

The execution result, if any

NoSuchLanguage 
SELinuxNotEnforcing