Skip to content

SyncBlockMetadataFailure

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

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

code: SyncBlockMetadataFailureCode

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

Stable failure bucket suitable for branching in scripts or CI.


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.