Skip to content

PivotLookupErrorReason

type PivotLookupErrorReason =
| "no_cache"
| "data_field_not_found"
| "unknown_criteria_field"
| "ambiguous_match"
| "no_match";