Type Alias AnalyticsArtifactStatusExperimental

AnalyticsArtifactStatus:
    | "ready"
    | "partial"
    | "stale"
    | "unsupported"
    | "error"

Honesty state of an accepted artifact. Every state is renderable and inspectable — an adapter must never present partial, stale, or unsupported data as authoritative.

  • ready: complete and current for its plan.
  • partial: truthful but incomplete (transfer limit, bounded scan, or a degraded source strategy).
  • stale: previously complete, superseded by a newer plan or expired freshness window; still shown, explicitly marked.
  • unsupported: the requested analytic could not be computed. message is required; points/values are empty.
  • error: computation failed. message is required.