コンテンツにスキップ

Class: AuditSerializationError

このコンテンツはまだ日本語訳がありません。

Defined in: server/src/audit/errors.ts:9

Signals that an audit-log INSERT hit UNIQUE (scope, seq) because a concurrent writer took the same seq. The sync handler catches this specific error, refuses to advance _plasma_client_mutations, and retries the whole mutation tx — telling the two paths apart lets the loser resend instead of silently disappearing (which is what a plain catch-all would do here).

  • Error

new AuditSerializationError(cause): AuditSerializationError

Defined in: server/src/audit/errors.ts:10

unknown

AuditSerializationError

Error.constructor

readonly cause: unknown

Defined in: server/src/audit/errors.ts:10

Error.cause