Result#
Fully qualified name: omni::core::Result
Defined in omni/core/Result.h
-
using omni::core::Result = std::int32_t#
Error code for the result of an operation.
The numeric encoding for values follows Microsoft’s HRESULT scheme. Many values are direct copies of those from the Windows API, such as
kResultNotImplemented
. Codes which are NVIDIA-provided, will have the mask0xa4310000
. This comes from setting the “customer bit” (bit at most-significant index 2) and having a “facility” (bits from index 5-15) of0b10000110001
aka0x431
(which is"NVDA"
in Morse Code).