Anchorage API reference
    Preparing search index...

    Type Alias LegacyConnectorIdempotencyMigrationResult

    LegacyConnectorIdempotencyMigrationResult:
        | { record: IdempotencyRecord; state: "migrated" }
        | { record: IdempotencyRecord; state: "already-migrated" }
        | { state: "source-absent" }
        | { state: "source-pending" }
        | { record: IdempotencyRecord; state: "source-mismatch" }
        | { state: "target-conflict"; target: IdempotencyInspection }
        | { issues: readonly StandardSchemaIssue[]; state: "output-invalid" }

    Outcome of one supported ambiguous-v1 to v2 migration attempt.