ZOOM Windows SDK  5.2.42037.1112
Public Member Functions | List of all members
IZoomLastError Class Referenceabstract

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>

Public Member Functions

virtual LastErrorType GetErrorType () const =0
 Get the last error type. More...
 
virtual UINT64 GetErrorCode () const =0
 Get the last error code. More...
 
virtual const wchar_t * GetErrorDescription () const =0
 Get the description for the last error. More...
 

Detailed Description

Error mechanism interface provided by the SDK This feature is gradually improved, so some errors may not be supported.

Member Function Documentation

◆ 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()

virtual LastErrorType IZoomLastError::GetErrorType ( ) const
pure virtual

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: