Interface: WriteFailureDetail
Defined in: db/db.ts:192
Payload for the EventWriteFailure event, fired after 3 consecutive I/O failures cause pending commits to be permanently dropped.
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
commitIds | string[] | IDs of the dropped commits. | db/db.ts:200 |
droppedCommits | number | Number of commit payloads that were dropped. | db/db.ts:194 |
error | unknown | The underlying I/O error from the last failed write attempt. | db/db.ts:196 |
repoPath | string | Repository path whose writes were dropped. | db/db.ts:198 |