IssueUpdated

@Serializable
data class IssueUpdated(val issueMessage: String) : CastEvent(source)

This is fired whenever the outstanding issue/error message changes. |issueMessage| is empty if there is no issue.

Official doc

Constructors

Link copied to clipboard
constructor(issueMessage: String)

Properties

Link copied to clipboard