ZDK
Public Member Functions | List of all members
ZDK::IResult Class Referenceabstract

API invocation status result. More...

#include <IResult.h>

Inheritance diagram for ZDK::IResult:
ZDK::IZHandle

Public Member Functions

virtual ZDK::Shared::String Text () const =0
 Gets the text representation of the status result of API invocation. More...
 
virtual ZDK::ResultCode Code () const =0
 Gets the code representation of the status result of API invocation. More...
 
- Public Member Functions inherited from ZDK::IZHandle
virtual ZDK::ZDKHandle Handle () const =0
 
virtual operator ZDK::ZDKHandle () const =0
 
virtual void Initialize ()=0
 
virtual void ReleaseReference ()=0
 

Detailed Description

API invocation status result.

Indicates the status result of API's invocation

Member Function Documentation

◆ Code()

virtual ZDK::ResultCode ZDK::IResult::Code ( ) const
pure virtual

Gets the code representation of the status result of API invocation.

Returns
The code representation of the status result of API invocation
See also
ResultCode

◆ Text()

virtual ZDK::Shared::String ZDK::IResult::Text ( ) const
pure virtual

Gets the text representation of the status result of API invocation.

Returns
The text representation of the status result of API invocation

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