NVIDIA DeepStream SDK API Reference

6.4 Release
ds3d::Exception Class Reference

Detailed Description

Definition at line 138 of file common.h.

Inheritance diagram for ds3d::Exception:
Collaboration diagram for ds3d::Exception:

Public Member Functions

 Exception (ErrCode code, const std::string &s="")
 
ErrCode code () const
 
const char * what () const noexcept override
 

Constructor & Destructor Documentation

◆ Exception()

ds3d::Exception::Exception ( ErrCode  code,
const std::string &  s = "" 
)
inline

Definition at line 143 of file common.h.

Member Function Documentation

◆ code()

ErrCode ds3d::Exception::code ( ) const
inline

Definition at line 144 of file common.h.

Referenced by ds3d::CatchError(), and ds3d::CatchVoidCall().

◆ what()

const char* ds3d::Exception::what ( ) const
inlineoverridenoexcept

Definition at line 145 of file common.h.


The documentation for this class was generated from the following file: