DataMismatchRecord
PackageReified.Data
One failed selective or recursive data expectation.
Fields
| Name | Type | Description |
|---|---|---|
| ExpectationIndex | ExpectationIndex | The zero-based position of the top-level expectation. |
| Path | Path | The full path at which matching failed. |
| Expected | Expected | A concise description of the expected observation. |
| Actual | Actual | The actual value, or None when it was absent. |