Skip to main content

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

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