toggle menu
zinc-grader
2024.01.99
jvm
switch theme
search in API
runner-api
/
dev.ust.zinc.grader.model.reporting
/
ErrorUnit
/
ContextErrorUnit
/
FieldFileNotFoundError
Field
File
Not
Found
Error
data
class
FieldFileNotFoundError
(
val
stageUsed
:
String
,
val
problematicFields
:
List
<
String
>
?
,
val
problematicFiles
:
List
<
String
>
?
,
val
message
:
String
?
=
null
)
:
ErrorUnit.ContextErrorUnit
Members
Constructors
Field
File
Not
Found
Error
Link copied to clipboard
constructor
(
stageUsed
:
String
,
problematicFields
:
List
<
String
>
?
,
problematicFiles
:
List
<
String
>
?
,
message
:
String
?
=
null
)
Properties
message
Link copied to clipboard
val
message
:
String
?
=
null
problematic
Fields
Link copied to clipboard
val
problematicFields
:
List
<
String
>
?
problematic
Files
Link copied to clipboard
val
problematicFiles
:
List
<
String
>
?
stage
Used
Link copied to clipboard
val
stageUsed
:
String