Package-level declarations

Types

Link copied to clipboard
class ContextIssueList<out V>(val value: V, val issueList: DefaultIssueList)
Link copied to clipboard
@Serializable
data class DefaultIssue(val type: String, val info: String, val location: String, val incidentSeverity: Severity, val wasFixed: Boolean, val infoValues: Map<String, Double> = emptyMap())

Single issue.

Link copied to clipboard
Link copied to clipboard
@Serializable
value class IssueList<T>(issues: MutableList<T> = mutableListOf())
Link copied to clipboard
@Serializable
enum Severity : Enum<Severity>

Functions

Link copied to clipboard

Returns true, if list contains issues with fatal error severity.

Link copied to clipboard

Returns the number of entries with a certain severity.

Link copied to clipboard

Returns a summary of the issue numbers depending on the severity.

Link copied to clipboard

Handles a list of reports with block and then returns only the list of ContextIssueList.value.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard