Skip to content

Error Message Structure (MANDATORY)

Every DAQS error message must follow this fixed structure.

#### Issue
#### Solution
#### Explanation

The placeholders between {{ }} come directly from the filter output.

Examples:

{{name}} {{parameterName}} {{ActualValue}} {{ExpectedValue}}

Double curly brackets are mandatory.

Error Message Template

#### Issue

The element **{{name}}** contains an invalid value for parameter **{{parameterName}}**.

The current value is **{{ActualValue}}**, but this value is not allowed.

---

#### Solution

Open the element in Revit and update the parameter **{{parameterName}}** so that it contains a valid value according to the project standard.

---

#### Explanation

Correct parameter values are required to maintain reliable BIM data.

Incorrect values can affect scheduling, classification, quantity take-offs, and downstream analysis.