Agent Maturity Compass API - v1.2.0
    Preparing search index...

    Type Alias RequestSourceFailureKind

    RequestSourceFailureKind:
        | "payload-pruned"
        | "payload-missing"
        | "evidence-inconsistent"
        | "unreconstructable"

    Why an assembly could not be completed. Each kind means something different.

    Type Declaration

    • "payload-pruned"

      A referenced payload was lawfully deleted by retention. Not an alarm.

    • "payload-missing"

      A referenced payload is gone with no prune record, or unreadable. An alarm.

    • "evidence-inconsistent"

      Readable image bytes or signed image metadata contradict their commitments.

    • "unreconstructable"

      The log does not describe a request this code can assemble at all.