Package-level declarations

Types

Link copied to clipboard
class ContextMessageList<out V>(val value: V, val messageList: DefaultMessageList)
Link copied to clipboard
@Serializable
data class DefaultMessage(val type: String, val info: String, val location: String, val incidentSeverity: Severity, val wasFixed: Boolean, val infoValues: Map<String, Double> = emptyMap())

Single message.

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

Functions

Link copied to clipboard

Returns true, if list contains messages 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 message numbers depending on the severity.

Link copied to clipboard

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

Link copied to clipboard
Link copied to clipboard