16 std::unique_ptr<ErrorImpl> impl_;
19 Error(std::unique_ptr<ErrorImpl> impl)
noexcept;
29 const
char *getMessage() const noexcept;
41 const
char *getName() const noexcept;
47 const
char *getArgs() const noexcept;
OBExceptionType
The exception types in the SDK, through the exception type, you can easily determine the specific typ...
Provides SDK structure and enumeration constant definitions (depending on libobsensor/h/ObTypes....
Error(const Error &error) noexcept
Error(std::unique_ptr< ErrorImpl > impl) noexcept