|
|
NVIDIA DRIVE OS Linux SDK API Reference5.1.12.4 Release |
nverrval.h is a header used for macro expansion of the errors defined for the Nv methods & interfaces.
This header is NOT protected from being included multiple times, as it is used for C pre-processor macro expansion of error codes, and the descriptions of those error codes.
Each error code has a unique name, description and value to make it easier for developers to identify the source of a failure. Thus there are no generic or unknown error codes.
Provides return error codes for functions.
Enumerations | |
| enum | NvError { NvSuccess = NvError_Success, NvError_Force32 = 0x7FFFFFFF } |
| The NvError enumeration contains ALL return / error codes. More... | |
| enum NvError |