IssueUpdated

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

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

(undocumented in the protocol definition)