Skip to content

SyncBlockMetadataFailure

Defined in: wp-typia-block-runtime/src/metadata-core.ts:136

Structured failure payload returned when runSyncBlockMetadata() does not complete.

code: SyncBlockMetadataFailureCode

Defined in: wp-typia-block-runtime/src/metadata-core.ts:138

Stable failure bucket suitable for branching in scripts or CI.


message: string

Defined in: wp-typia-block-runtime/src/metadata-core.ts:140

Human-readable error message captured from the original failure.


name: string

Defined in: wp-typia-block-runtime/src/metadata-core.ts:142

Original thrown error name when available.