We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7d2683 commit 2a2a93eCopy full SHA for 2a2a93e
STNetTaskQueue/STNetTask.h
@@ -55,7 +55,7 @@ typedef void (^STNetTaskSubscriptionBlock)();
55
/**
56
Error object which contains error message when net task is failed.
57
*/
58
-@property (atomic, strong) NSError *error;
+@property (nullable, atomic, strong) NSError *error;
59
60
61
Indicates if the net task is waiting for executing or executing.
0 commit comments