Error mechanism interface provided by the SDK This feature is gradually improved, so some errors may not be supported.
More...
#include <zoom_sdk_def.h>
Error mechanism interface provided by the SDK This feature is gradually improved, so some errors may not be supported.
◆ GetErrorCode()
virtual UINT64 IZoomLastError::GetErrorCode |
( |
| ) |
const |
|
pure virtual |
Get the last error code.
- Returns
- If the function succeeds, the error code will be returned.
◆ GetErrorDescription()
virtual const wchar_t* IZoomLastError::GetErrorDescription |
( |
| ) |
const |
|
pure virtual |
Get the description for the last error.
- Returns
- If the function succeeds, the error description will be returned. If there is no error, it will return an empty string of length zero(0).
◆ GetErrorType()
Get the last error type.
- Returns
- If the function succeeds, the error type will be returned. For more details, see LastErrorType enum.
The documentation for this class was generated from the following file: