Function code
Synopsis
#include "breeze/diagnostics/last_api_error.hpp"
long long code() const noexcept
Description
- Returns
- The code of the last error. A
long long
, which is enough to accomodate botherrno
and the result ofGetLastError()
under Windows.
Source
Line 65 in breeze/diagnostics/last_api_error.hpp.