Back to Eqiora docs Skip to main content

Module codes

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.