Skip to content

Diagnostics

Culsma diagnostics are stage-owned.

FamilyStageTypical cause
LOAD_*source loadingmissing source, duplicate protocol, unknown entry
SEM_*semantic validationunknown operation, missing arg, invalid content kind
TYPE_*type/unit checkingunknown unit, dimension mismatch
PLAN_*plan loweringunknown protocol reference, call argument issue
RT_*runtimedriver failure, scheduler/material orchestration issue
MAT_*material computeinsufficient material, overflow, conservation failure

The main diagnostic guide describes emitted diagnostics. Roadmap-only diagnostic codes are kept out of this page.

Diagnostics carry severity. error diagnostics block the current stage or run. warning diagnostics record compatibility or fallback behavior without making the result fail.

Current warning examples:

CodeMeaning
SEM_CONTENT_TAXONOMY_COMPAT_NORMALIZEDOlder or non-canonical content taxonomy was normalized to a supported kind/type.
MAT_CONTENT_PARTITION_FALLBACKRuntime material partitioning used the conservative 0.50 / 0.50 fallback.

Released under the Apache-2.0 license.