DJIDiagnostics
@interface DJIDiagnostics : NSObject
Product Diagnostics.
-
Diagnostics error code.
Declaration
Objective-C
@property (readonly, nonatomic) NSInteger code; -
The reason of the error.
Declaration
Objective-C
@property (readonly, nonatomic) NSString *_Nonnull reason; -
The suggest solution for the error.
Declaration
Objective-C
@property (readonly, nonatomic) NSString *_Nullable solution;
View on GitHub
DJIDiagnostics Class Reference