nkdsl.errorsΒΆ

Custom exception types for nkdsl.

Exceptions

NKDSLError([message, hint, details])

Base exception for all nkdsl-specific errors.

SymbolicCompilationError([message, hint, ...])

Base exception for symbolic compilation failures.

SymbolicCompilerError([message])

Raised when symbolic compilation fails at any pipeline stage.

SymbolicDiagnosticsError([message])

Raised when diagnostics are configured to fail the compilation flow.

SymbolicError([message, hint, details])

Base exception for symbolic-DSL and symbolic-compiler errors.

SymbolicOperatorError([message, hint, details])

Base exception for symbolic operator construction and execution errors.

SymbolicOperatorExecutionError([message])

Raised when a symbolic operator is executed before compilation.