Skip to content

QuantumGate::Result::GetErrorCode

Karel Donk edited this page Jul 9, 2018 · 3 revisions

Returns the error code.

Signature

const std::error_code& GetErrorCode() const noexcept;

Return values

Returns a reference to the std::error_code stored in the result.

Clone this wiki locally