Class: AuditSerializationError
このコンテンツはまだ日本語訳がありません。
Class: AuditSerializationError
Section titled “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).
Extends
Section titled “Extends”Error
Constructors
Section titled “Constructors”Constructor
Section titled “Constructor”new AuditSerializationError(
cause):AuditSerializationError
Defined in: server/src/audit/errors.ts:10
Parameters
Section titled “Parameters”unknown
Returns
Section titled “Returns”AuditSerializationError
Overrides
Section titled “Overrides”Error.constructor
Properties
Section titled “Properties”
readonlycause:unknown
Defined in: server/src/audit/errors.ts:10
Inherited from
Section titled “Inherited from”Error.cause