MPAliasResponse Class Reference
| Inherits from | NSObject |
|---|---|
| Declared in | MPAliasResponse.h |
responseCode
The HTTP response code returned by the server.
@property (nonatomic) NSInteger responseCodeDiscussion
The HTTP response code returned by the server.
Declared In
MPAliasResponse.h
errorResponse
A human-readable error message returned by the server.
@property (nonatomic, copy) NSString *errorResponseDiscussion
A human-readable error message returned by the server.
Declared In
MPAliasResponse.h
request
The corresponding alias request for this response.
@property (nonatomic, strong) MPAliasRequest *requestDiscussion
The corresponding alias request for this response.
Declared In
MPAliasResponse.h