ErrorUnit

sealed class ErrorUnit : ReportUnit

Sealed class encapsulating all types of error units that can be reported in ReportT

Inheritors

Constructors

Link copied to clipboard
protected constructor()

Types

Link copied to clipboard
sealed class ConfigErrorUnit : ErrorUnit

These error units refer to syntactic or static errors within the assignment config

Link copied to clipboard

These error units refer to errors related to the binding of the pipeline to the execution enviornment, e.g. the file system.

Link copied to clipboard

Errors related to the running of the Pipeline