NSError(VKError) Category Reference
| Declared in | NSError+VKError.h NSError+VKError.m |
|---|
vkError
Returns vk error associated with that NSError
@property (nonatomic, readonly) VKError *vkErrorDiscussion
Returns vk error associated with that NSError
Declared In
NSError+VKError.h
– copyWithVkError:
Copies user info from this NSError into new error, with adding VKError
- (NSError *)copyWithVkError:(VKError *)vkErrorParameters
vkError |
Source error |
|---|
Return Value
New error with this error domain, code and user info
Discussion
Copies user info from this NSError into new error, with adding VKError
Declared In
NSError+VKError.h