toggle menu
zinc-grader
2024.01.99
jvm
switch theme
search in API
runner-api
/
dev.ust.zinc.grader.model.reporting
/
ReportT
/
ContextError
Context
Error
data
class
ContextError
(
var
fileNotFoundError
:
List
<
ErrorUnit.ContextErrorUnit.FileNotFoundError
>
?
=
null
)
:
ReportKind
Members
Constructors
Context
Error
Link copied to clipboard
constructor
(
fileNotFoundError
:
List
<
ErrorUnit.ContextErrorUnit.FileNotFoundError
>
?
=
null
)
Properties
file
Not
Found
Error
Link copied to clipboard
var
fileNotFoundError
:
List
<
ErrorUnit.ContextErrorUnit.FileNotFoundError
>
?