-
Notifications
You must be signed in to change notification settings - Fork 23
QuantumGate::Result::GetErrorValue
Karel Donk edited this page Jul 9, 2018
·
1 revision
Returns the error value.
constexpr int GetErrorValue() const noexcept;
Returns an integer value with the error code stored in the result. Upon success the error code will be equal to static_cast<int>(ResultCode::Succeeded)
or zero. Any other non-zero value indicates a failure.