IMRequestStatus Class Reference
Inherits from | NSError |
---|---|
Declared in | IMRequestStatus.h |
– initWithDomain:code:userInfo:
Create an InMobi specific error from NSError
- (instancetype)initWithDomain:(NSString *)domain code:(IMStatusCode)code userInfo:(NSDictionary *)dict
Parameters
domain |
The domain where the error occured. (Domain here is specific to iOS) |
---|---|
code |
The error code for this error. This can be read from NSError.code |
dict |
A more detailed explanation of the error. This contains fields like detailed description and name. More detailed documentation is found in NSError. |
Discussion
Create an InMobi specific error from NSError
Declared In
IMRequestStatus.h