InvalidEntityExpressionType

class InvalidEntityExpressionType : ValidationIssue


The entity expression type is not valid.

Summary

Public constructors

InvalidEntityExpressionType(
    node: Node,
    severity: ValidationIssueSeverity,
    expected: List<String>,
    actual: String
)

Create an InvalidEntityExpressionType instance.

Public properties

String

The actual entity expression type.

List<String>

The expected entity expression type.

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

InvalidEntityExpressionType

InvalidEntityExpressionType(
    node: Node,
    severity: ValidationIssueSeverity,
    expected: List<String>,
    actual: String
)

Create an InvalidEntityExpressionType instance.

Public properties

actual

val actualString

The actual entity expression type.

expected

val expectedList<String>

The expected entity expression type.