9#import <Foundation/Foundation.h>
10#import "ZDKResultCode.h"
13NS_ASSUME_NONNULL_BEGIN
25@property(nonatomic, readonly) NSString*
text;
33@property(nonatomic, readonly) ZDKResultCode
code;
35-(NSString*)handlesDescription;
API invocation status result.
Definition: ZDKResult.h:19
ZDKResultCode code
Gets the code representation of the status result of API invocation.
Definition: ZDKResult.h:33
NSString * text
Gets the text representation of the status result of API invocation.
Definition: ZDKResult.h:25
Definition: ZDKZHandle.h:13