Type Alias: SeriesMissingPolicy
@kortexya/reasoninglayer / Temporal / SeriesMissingPolicy
Type Alias: SeriesMissingPolicy
SeriesMissingPolicy =
"skip"|"error"
Defined in: src/types/temporal.ts:339
What to do when a term lacks the configured time or value feature.
Remarks
skip (the default) drops the term and counts it in skippedTerms; error
fails the request with HTTP 400.