Module codes
Description
Well-known diagnostic codes. EQ00xx = infrastructure, EQ01xx = graph,
EQ02xx = ontology views, EQ03xx = semantic definitions, and EQ04xx =
units and dimensions, EQ05xx = reference execution, and EQ08xx =
numerical realization. Ranges are assigned in docs/diagnostics.md.
Constantsยง
- ASSEMBLY_
FAILED - A local-to-global assembly map or sparse accumulation is invalid.
- DIMENSION_
MISMATCH - Runtime dimension does not match the statically expected dimension.
- EXECUTION_
CANCELLED - Cooperative execution cancellation was accepted at a safe boundary.
- ID_
KIND_ MISMATCH - The runtime kind attached to an erased ID does not match the request.
- IMMUTABLE_
PROVENANCE - An immutable provenance record was targeted for mutation.
- INTERNAL_
FAILURE - An internal invariant failed at a public language or process boundary.
- INVALID_
ARTIFACT - A serialized artifact, digest, or run manifest is invalid.
- INVALID_
CLOCK - A ClockDomain has an invalid exact-time definition.
- INVALID_
DISCRETE_ FIELD - A mesh-associated discrete field violates its shape or value contract.
- INVALID_
DISCRETIZATION - A numerical grid, coefficient, time step, or state is invalid.
- INVALID_
EDGE - An edge is not permitted by the kernel edge schema.
- INVALID_
EXECUTION_ CONFIG - A reference-execution request contains an invalid time or limit.
- INVALID_
EXPRESSION_ DAG - An expression arena is empty, cyclic, or references an invalid index.
- INVALID_
EXTERNAL_ DATA_ EXPORT - Accepted scientific data cannot be projected through an export adapter.
- INVALID_
EXTERNAL_ DATA_ IMPORT - External scientific data violates an admitted adapter or resolver boundary.
- INVALID_
KERNEL_ DEFINITION - A typed Semantic Kernel node definition violates its local invariant.
- INVALID_
LINEARIZATION - A linearization point, variable binding, tangent, or cotangent is invalid.
- INVALID_
LOCAL_ CONTRIBUTION - A local operator contribution has invalid shape or values.
- INVALID_
MESH - Mesh topology or geometry violates a realization invariant.
- INVALID_
MESH_ IMPORT - External mesh input violates an admitted importer boundary.
- INVALID_
ONTOLOGY_ VIEW - A named subgraph violates a schema-independent structural invariant.
- INVALID_
OPERATION - An operation is not valid for the target entity kind.
- INVALID_
OPERATOR_ IR - Operator IR is structurally invalid or inconsistent with its source.
- INVALID_
QUADRATURE - A quadrature rule is incompatible with its reference cell or invalid.
- INVALID_
REALIZATION - A realization policy is invalid, contradictory, or unsupported.
- INVALID_
RELATION_ DIMENSION - A residual expression combines incompatible physical dimensions.
- INVALID_
SPATIAL_ LOWERING - A canonical spatial Relation cannot be lowered by the selected realization.
- INVALID_
TIME_ LOWERING - A continuous subsystem cannot be lowered to the selected time-equation class.
- INVALID_
TOKEN - Eqiora Language input contains an invalid token.
- LANGUAGE_
LOWERING_ ERROR - Typed source could not be lowered to a Graph Federation transaction.
- LANGUAGE_
TYPE_ ERROR - Eqiora Language name or static type cannot be resolved.
- MISSING_
EXECUTION_ INPUT - A required initial value or external execution input is absent.
- NODE_
ALREADY_ EXISTS - A graph operation attempts to reuse an existing identifier.
- NODE_
NOT_ FOUND - A graph operation references a node that does not exist.
- NODE_
REFERENCED_ BY_ ONTOLOGY_ VIEW - A kernel node cannot be removed while an ontology view references it.
- NONFINITE_
EVALUATION - Evaluation produced NaN or infinity.
- NONLINEAR_
SOLVE_ FAILED - The reference nonlinear solve failed to converge or was singular.
- NONSQUARE_
SYSTEM - The active implicit system is not square in executable-kernel v0.
- NOT_
IMPLEMENTED - Feature is specified but not yet implemented.
- NUMERICAL_
SOLVE_ FAILED - A numerical linear solve failed or produced a non-finite result.
- ONTOLOGY_
VIEW_ ALREADY_ EXISTS - An ontology-view identifier is already present in the registry.
- ONTOLOGY_
VIEW_ NOT_ FOUND - An ontology-view identifier is not present in the registry.
- OPERATOR_
INPUT_ MISMATCH - Operator IR received the wrong number of scalar symbol inputs.
- PRECONDITION_
FAILED - An optimistic-concurrency precondition failed.
- SYNTAX_
ERROR - Eqiora Language input does not satisfy the source grammar.
- UNRESOLVED_
SYMBOL - A semantic expression references a symbol outside the selected model.