Error Reference

Every real status value a package can record.

Collector never silently drops a failure. These are the exact status enums used in manifest.json, taken directly from the source.

Collector status (CollectorsRun[].Status)

StatusMeaning
SuccessRan to completion normally.
FailedDid not complete — reason recorded in Reason.
SkippedNot selected for this run, or a required tool/condition wasn't present.
PartialInterrupted mid-run by a cancel; whatever it had collected so far was flushed and kept.

Raw artifact method (RawArtifacts[].Method)

MethodMeaning
VSSCopied via a Volume Shadow Copy snapshot.
LiveFallbackVSS wasn't available or failed; copied from the live volume instead (only attempted for the $MFT/Prefetch family, never for registry hives).
FailedEvery attempt failed — reason recorded.
NotPresentSource genuinely doesn't exist (e.g. an empty RegBack folder on modern Windows) — informational, not a failure.

Memory acquisition method (Memory.Method)

MethodMeaning
SuccessTool exited cleanly and produced a non-empty dump.
PartialHit the timeout; the partial dump was retained and hashed rather than discarded.
FailedTool missing, not elevated, or exited with an error/empty output.
SkippedMemory wasn't selected for this run.