TCHResult Class Reference
| Inherits from | NSObject | 
|---|---|
| Declared in | TCHResult.h | 
Overview
Result class passed via completion blocks.  Contains a boolean property, isSuccessful, which
indicates the result of the operation and an error object if the operation failed.
  resultCode
	The result code for the operation.
@property (nonatomic, assign, readonly) NSInteger resultCodeDiscussion
The result code for the operation.
Declared In
TCHResult.h
  resultText
	The result descriptive text for the operation.
@property (nonatomic, copy, readonly, nullable) NSString *resultTextDiscussion
The result descriptive text for the operation.
Declared In
TCHResult.h
  isSuccessful
	Indicates the success or failure of the given operation. YES if the operation was successful, NO otherwise
@property (readonly) BOOL isSuccessfulDiscussion
Indicates the success or failure of the given operation. YES if the operation was successful, NO otherwise
Declared In
TCHResult.h