[][src]Module qasmsim::error

Contain the error types ragarding the different tasks that QasmSim can perform.

Enums

LinkerError

Represent a filure during linkage.

QasmSimError

Types of errors in QasmSim. QasmSim errors contain information about the error and the location in the source code where the error happens.

RuntimeError

Represent one of the possible errors that can happen during runtime.

SemanticError

Represent the possible semantic errors.

Type Definitions

ParseError

Represent a parsing error.

SrcAndErr

An alias for a pair relating some source code with an error.