toggle menu
rtron
1.3.0
jvm
switch theme
search in API
rtron-readerwriter
/
io.rtron.readerwriter.opendrive.report
/
SchemaValidationIssue
Schema
Validation
Issue
@
Serializable
data
class
SchemaValidationIssue
(
val
description
:
String
,
val
severity
:
Severity
,
val
lineNumber
:
Int
,
val
columnNumber
:
Int
)
Members
Constructors
Schema
Validation
Issue
Link copied to clipboard
constructor
(
description
:
String
,
severity
:
Severity
,
lineNumber
:
Int
,
columnNumber
:
Int
)
Properties
column
Number
Link copied to clipboard
val
columnNumber
:
Int
description
Link copied to clipboard
val
description
:
String
line
Number
Link copied to clipboard
val
lineNumber
:
Int
severity
Link copied to clipboard
val
severity
:
Severity