ContextErrorUnit

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

Inheritors

Constructors

Link copied to clipboard
protected constructor()

Types

Link copied to clipboard
data class FieldFileNotFoundError(val stageUsed: String, val problematicFields: List<String>?, val problematicFiles: List<String>?, val message: String? = null) : ErrorUnit.ContextErrorUnit
Link copied to clipboard
data class FileNotFoundError(val envHostRoot: String, val requested: String) : ErrorUnit.ContextErrorUnit