FMWebSyncBaseFailureArgs Class Reference

Inherits from FMWebSyncBaseOutputArgs : FMWebSyncExtensible : FMDynamic : FMSerializable : NSObject
Declared in FMWebSync.h

Overview

Base arguments for “OnFailure” callbacks.

– errorCode

Gets the error code value, if the exception was generated by WebSync; otherwise -1.

- (int)errorCode

Discussion

Gets the error code value, if the exception was generated by WebSync; otherwise -1.

Declared In

FMWebSync.h

– errorMessage

Gets the error message value, if the exception was generated by WebSync; otherwise null.

- (NSString *)errorMessage

Discussion

Gets the error message value, if the exception was generated by WebSync; otherwise null.

Declared In

FMWebSync.h

– exception

Gets the exception generated while completing the request.

- (NSException *)exception

Discussion

Gets the exception generated while completing the request.

Declared In

FMWebSync.h

– init

- (id)init

Declared In

FM.h

– retry

Gets whether or not to retry automatically after completing this operation.

- (bool)retry

Discussion

Gets whether or not to retry automatically after completing this operation.

Declared In

FMWebSync.h

– setException:

Sets the exception generated while completing the request.

- (void)setException:(NSException *)value

Discussion

Sets the exception generated while completing the request.

Declared In

FMWebSync.h

– setRetry:

Sets whether or not to retry automatically after completing this operation.

- (void)setRetry:(bool)value

Discussion

Sets whether or not to retry automatically after completing this operation.

Declared In

FMWebSync.h