SyncBlockMetadataFailure
Defined in: wp-typia-block-runtime/src/metadata-core.ts:80
Structured failure payload returned when runSyncBlockMetadata() does not complete.
Properties
Section titled “Properties”Defined in: wp-typia-block-runtime/src/metadata-core.ts:82
Stable failure bucket suitable for branching in scripts or CI.
message
Section titled “message”message:
string
Defined in: wp-typia-block-runtime/src/metadata-core.ts:84
Human-readable error message captured from the original failure.
name:
string
Defined in: wp-typia-block-runtime/src/metadata-core.ts:86
Original thrown error name when available.