SBDError Class Reference
| Inherits from | NSError |
|---|---|
| Declared in | SBDError.h |
+ errorWithDictionary:
Creates error object with NSDictionary.
+ (nonnull SBDError *)errorWithDictionary:(NSDictionary *_Nonnull)dictParameters
dict |
Error data. |
|---|
Return Value
SBDError object.
Declared In
SBDError.h
+ errorWithNSError:
Creates error object with NSError object.
+ (nonnull SBDError *)errorWithNSError:(NSError *_Nonnull)errorParameters
error |
NSError object. |
|---|
Return Value
SBDError object.
Declared In
SBDError.h