Class: PlasmaAuditSchemaError
このコンテンツはまだ日本語訳がありません。
Class: PlasmaAuditSchemaError
Section titled “Class: PlasmaAuditSchemaError”Defined in: server/src/audit/errors.ts:22
Thrown from assertAuditSchemaReady when the runtime finds the audit
tables missing or drifted. Distinct from MigrationRefused because
this fires per-request, not per-migration, and identifies the audit
subsystem specifically so ops can route the alert.
Extends
Section titled “Extends”Error
Constructors
Section titled “Constructors”Constructor
Section titled “Constructor”new PlasmaAuditSchemaError(
message):PlasmaAuditSchemaError
Defined in: server/src/audit/errors.ts:23
Parameters
Section titled “Parameters”message
Section titled “message”string
Returns
Section titled “Returns”PlasmaAuditSchemaError
Overrides
Section titled “Overrides”Error.constructor