UnsupportedOperator

class UnsupportedOperator : ValidationIssue


The expression uses an unsupported operator.

Summary

Public constructors

Create an UnsupportedOperator instance.

Inherited properties

From com.google.home.automation.ValidationIssue
ValidationIssueType

The type of the validation issue.

Node

The node for which validation is failing.

ValidationIssueSeverity

The severity of the validation issue.

Public constructors

UnsupportedOperator

UnsupportedOperator(node: Node, severity: ValidationIssueSeverity)

Create an UnsupportedOperator instance.