Skip to main content

Interface: WriteFailureDetail

Defined in: db/db.ts:187

Payload for the EventWriteFailure event, fired after 3 consecutive I/O failures cause pending commits to be permanently dropped.

Properties

PropertyTypeDescriptionDefined in
commitIdsstring[]IDs of the dropped commits.db/db.ts:195
droppedCommitsnumberNumber of commit payloads that were dropped.db/db.ts:189
errorunknownThe underlying I/O error from the last failed write attempt.db/db.ts:191
repoPathstringRepository path whose writes were dropped.db/db.ts:193