jeeves-meta-monorepo
    Preparing search index...

    Function toMetaError

    • Wrap an unknown caught value into a MetaError.

      Parameters

      • step: "architect" | "builder" | "critic"

        Which synthesis step failed.

      • err: unknown

        The caught error value.

      • code: string = 'FAILED'

        Error classification code.

      Returns { code: string; message: string; step: "architect" | "builder" | "critic" }

      A structured MetaError.

      • code: string

        Error classification code.

      • message: string

        Human-readable error message.

      • step: "architect" | "builder" | "critic"

        Which step failed: 'architect', 'builder', or 'critic'.