MPAliasResponse Class Reference
Inherits from | NSObject |
---|---|
Declared in | MPAliasResponse.h |
responseCode
The HTTP response code returned by the server.
@property (nonatomic) NSInteger responseCode
Discussion
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 *errorResponse
Discussion
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 *request
Discussion
The corresponding alias request for this response.
Declared In
MPAliasResponse.h