PMMsg

data class PMMsg(val correlationId: String? = null, val level: PMMsgLevel, val code: String, val shortText: String, val detailText: String? = null)

Message to be shown

Constructors

Link copied to clipboard
fun PMMsg(correlationId: String? = null, level: PMMsgLevel, code: String, shortText: String, detailText: String? = null)

Properties

Link copied to clipboard

Message code, used for debugging purpose

Link copied to clipboard
val correlationId: String? = null

Defines attribute used for correlating messages within different asynchronous calls

Link copied to clipboard
val detailText: String? = null

Long/detailed version of message

Link copied to clipboard

Importance level
Default value is PMMsgLevel.SUCCESS

Link copied to clipboard

Short version of message