NVIDIA DRIVE OS Linux SDK API Reference

5.1.15.2 Release
For Test and Development only
nverror.h File Reference

Go to the source code of this file.

Macros

#define NVERROR(_name_, _value_, _desc_)   NvError_##_name_ = (_value_),
 Helper macro to define nv-error codes. More...
 
#define NV_CHECK_ERROR(expr)
 A helper macro to check a function's error return code and propagate any errors upward. More...
 
#define NV_CHECK_ERROR_CLEANUP(expr)
 A helper macro to check a function's error return code and, if an error occurs, jump to a label where cleanup can take place. More...
 

Enumerations

enum  NvError {
  NvSuccess = NvError_Success,
  NvError_Force32 = 0x7FFFFFFF
}
 The NvError enumeration contains ALL return / error codes. More...
 

Macro Definition Documentation

◆ NVERROR

#define NVERROR (   _name_,
  _value_,
  _desc_ 
)    NvError_##_name_ = (_value_),

Helper macro to define nv-error codes.

Definition at line 35 of file nverror.h.