MftAuditEntry
Defined in: src/mft/audit.ts:19
Audit record emitted by route execution.
Properties
Section titled “Properties”| Property | Type | Description | Defined in |
|---|---|---|---|
error? | { code?: string; message: string; name?: string; } | Serialized error details for error entries. | src/mft/audit.ts:33 |
error.code? | string | - | src/mft/audit.ts:33 |
error.message | string | - | src/mft/audit.ts:33 |
error.name? | string | - | src/mft/audit.ts:33 |
id | string | Stable record id. | src/mft/audit.ts:21 |
metadata? | Record<string, unknown> | Caller-defined metadata retained for diagnostics. | src/mft/audit.ts:35 |
receipt? | Readonly<TransferReceipt> | Frozen receipt for result entries. | src/mft/audit.ts:31 |
recordedAt | Date | Wall-clock time at which the entry was created. | src/mft/audit.ts:23 |
routeId | string | Route id correlated with the entry. | src/mft/audit.ts:27 |
scheduleId? | string | Schedule id when the event originated from a scheduled fire. | src/mft/audit.ts:29 |
type | MftAuditEntryType | Event type discriminator. | src/mft/audit.ts:25 |