#import <MintResult.h>
Inherits NSObject.
Inherited by MintLogResult.
The MintResult class contains information about the completion of a request.
- (NSString*) clientRequest |
|
readwritenonatomicstrong |
The JSON model that is sent to the server.
- (NSString*) descriptionResult |
|
readwritenonatomicstrong |
A description with information about the request, such as a value when something has gone wrong or a notification.
A NSException instance that provides you with information when a request fails.
- (BOOL) handledWhileDebugging |
|
readwritenonatomicassign |
A Boolean that indicates whether the request was properly handled while debugging.
The result of the request.
The documentation for this class was generated from the following file: