Dockware AI
Toggle table of contents
androidJvm
Target filter
androidJvm
Switch theme
Search in API
Skip to content
Dockware AI
dockware-core
/
scanning.validation
/
SnapshotValidator
/
ValidationIssue
/
ValidationIssue
Validation
Issue
constructor
(
severity
:
SnapshotValidator.IssueSeverity
,
type
:
SnapshotValidator.IssueType
,
message
:
String
,
snapshotIndex1
:
Int
?
=
null
,
snapshotIndex2
:
Int
?
=
null
,
value
:
Double
?
=
null
)