Tuya iOS Smart Life App SDK 5.15.0
ThingSmartActivatorErrorModel Class Reference

#import <ThingSmartActivatorErrorModel.h>

Inheritance diagram for ThingSmartActivatorErrorModel:

Class Methods

(instancetype) + generateError:deviceModel:
 
(instancetype) + generateError:activatorType:
 
(instancetype _Nullable) + generateWithRepsonseResult:
 将云端返回的成功数据解析成错误模型 More...
 
(instancetype) + generateError:deviceModel:
 
(instancetype) + generateError:activatorType:
 
(instancetype _Nullable) + generateWithRepsonseResult:
 将云端返回的成功数据解析成错误模型 More...
 

Properties

ThingSmartActivatorDeviceModeldeviceModel
 
NSError * error
 

Detailed Description

Definition at line 14 of file ThingSmartActivatorErrorModel.h.

Method Documentation

◆ generateError:activatorType: [1/2]

+ (instancetype) generateError: (NSError *)  error
activatorType: (ThingSmartActivatorType)  activatorType 

◆ generateError:activatorType: [2/2]

+ (instancetype) generateError: (NSError *)  error
activatorType: (ThingSmartActivatorType)  activatorType 

◆ generateError:deviceModel: [1/2]

+ (instancetype) generateError: (NSError *)  error
deviceModel: (ThingSmartActivatorDeviceModel *)  deviceModel 

◆ generateError:deviceModel: [2/2]

+ (instancetype) generateError: (NSError *)  error
deviceModel: (ThingSmartActivatorDeviceModel *)  deviceModel 

◆ generateWithRepsonseResult: [1/2]

+ (instancetype _Nullable) generateWithRepsonseResult: (NSDictionary *)  result

将云端返回的成功数据解析成错误模型

◆ generateWithRepsonseResult: [2/2]

+ (instancetype _Nullable) generateWithRepsonseResult: (NSDictionary *)  result

将云端返回的成功数据解析成错误模型

Property Documentation

◆ deviceModel

- (ThingSmartActivatorDeviceModel *) deviceModel
readwritenonatomicstrong

Definition at line 16 of file ThingSmartActivatorErrorModel.h.

◆ error

- (NSError *) error
readwritenonatomicassign

Definition at line 18 of file ThingSmartActivatorErrorModel.h.


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