Interface OfflineReplaySyncConflictRefusedV1

interface OfflineReplaySyncConflictRefusedV1 {
    editId?: `sha256:${string}`;
    kind: "honua.offline-replay-sync-conflict";
    outcome: "refused";
    path: string;
    reason: OfflineReplaySyncConflictRefusalReason;
    version: "1.0";
}

Properties

editId?: `sha256:${string}`

Absent only when the record's own identity is unreadable.

kind
outcome
path: string

Dotted path on the input that could not be mapped.

version