toggle menu
zinc-grader
2024.01.99
jvm
switch theme
search in API
runner-api
/
dev.ust.zinc.grader.model.reporting
/
ErrorUnit
/
PipelineErrorUnit
/
FatalError
Fatal
Error
data
class
FatalError
(
val
type
:
String
,
val
message
:
String
?
,
val
stacktrace
:
List
<
String
>
)
:
ErrorUnit.PipelineErrorUnit
Members
Constructors
Fatal
Error
Link copied to clipboard
constructor
(
tr
:
Throwable
)
constructor
(
summary
:
ThrowableSummary
)
constructor
(
type
:
String
,
message
:
String
?
,
stacktrace
:
List
<
String
>
)
Properties
message
Link copied to clipboard
val
message
:
String
?
stacktrace
Link copied to clipboard
val
stacktrace
:
List
<
String
>
type
Link copied to clipboard
val
type
:
String