SMMobileError Class Reference

Inherits from NSError
Declared in SMMobileError.h

  retryAfter

Time(second) value for retrying erroneous action

@property (nonatomic) CGFloat retryAfter

Availability

3.0.5

Discussion

Time(second) value for retrying erroneous action

Declared In

SMMobileError.h

– initWithDomain:code:description:

Creates an error message with specified description message

- (id)initWithDomain:(NSString *)domain code:(SMErrorTypes)code description:(NSString *)descriptionString

Parameters

domain

specific error domain of the object

code

specific error code of the error

descriptionString

specify error with this message string

Return Value

new MobileError object

Availability

2.0.0

Discussion

Creates an error message with specified description message

Declared In

SMMobileError.h