QiskitMetalDesignError

exception QiskitMetalDesignError(message: str)[source]

Custom Exception to indicate User action is needed to correct Design Inputs.

Parameters:

message (str) – String describing the cause of the error and suggested solution

add_note()

Exception.add_note(note) – add a note to the exception

with_traceback()

Exception.with_traceback(tb) – set self.__traceback__ to tb and return self.