rtron
Toggle table of contents
1.3.0
jvm
Platform filter
jvm
Switch theme
Search in API
rtron
rtron-readerwriter
/
io.rtron.readerwriter.opendrive.report
Package-level
declarations
Types
Functions
Types
Schema
Validation
Issue
Link copied to clipboard
@
Serializable
data
class
SchemaValidationIssue
(
val
description
:
String
,
val
severity
:
Severity
,
val
lineNumber
:
Int
,
val
columnNumber
:
Int
)
Schema
Validation
Report
Link copied to clipboard
@
Serializable
class
SchemaValidationReport
(
val
opendriveVersion
:
OpendriveVersion
,
val
validationIssues
:
IssueList
<
SchemaValidationIssue
>
=
IssueList()
,
val
completedSuccessfully
:
Boolean
=
true
,
val
validationAbortIssue
:
String
=
""
)
Functions
to
Issue
Link copied to clipboard
fun
ValidationEvent
.
toIssue
(
)
:
SchemaValidationIssue