Splunk MINT SDK for iOS  4.4
 All Classes Files Functions Enumerations Enumerator Properties Macros
MintResult Class Reference

#import <MintResult.h>

Inherits NSObject.

Inherited by MintLogResult.

Properties

MintRequestType requestType
 
NSString * descriptionResult
 
MintResultState resultState
 
MintMessageExceptionexceptionError
 
NSString * clientRequest
 
BOOL handledWhileDebugging
 

Detailed Description

The MintResult class contains information about the completion of a request.

Property Documentation

- (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.

- (MintMessageException*) exceptionError
readwritenonatomicstrong

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.

- (MintRequestType) requestType
readwritenonatomicassign

The type of request.

- (MintResultState) resultState
readwritenonatomicassign

The result of the request.


The documentation for this class was generated from the following file: