23 @property (nonatomic, readonly) NSInteger
code;
28 @property (nonatomic, readonly, nullable) NSError *
error;
34 @property (nonatomic, readonly, nonnull) NSString *
objectName;
40 @property (nonatomic, readonly, nonnull) NSString *
requestUrl;
46 @property (nonatomic, readonly, nonnull) NSString *
apiVersion;
BOOL isSuccessful
Definition: CPTResponse.h:52
NSInteger code
Definition: CPTResponse.h:23
NSString * requestUrl
Definition: CPTResponse.h:40
NSError * error
Definition: CPTResponse.h:28
Definition: CPTObject.h:17
Definition: CPTResponse.h:17
NSString * objectName
Definition: CPTResponse.h:34
NSString * apiVersion
Definition: CPTResponse.h:46