toggle menu
zinc-grader
2024.01.99
jvm
switch theme
search in API
runner-api
/
dev.ust.zinc.grader.runner
/
Runner
/
PipelineError
Pipeline
Error
data
class
PipelineError
(
val
stage
:
PipelineStage
,
val
tr
:
Throwable
)
Members
Constructors
Pipeline
Error
Link copied to clipboard
constructor
(
stage
:
PipelineStage
,
tr
:
Throwable
)
Properties
stage
Link copied to clipboard
val
stage
:
PipelineStage
tr
Link copied to clipboard
val
tr
:
Throwable
Functions
to
Non
Fatal
Error
Link copied to clipboard
fun
toNonFatalError
(
)
:
ErrorUnit.PipelineErrorUnit.NonFatalError