Represents an error in the Ooyala SDK.
More...
#import "OOOoyalaError.h"
Represents an error in the Ooyala SDK.
OOOoyalaError.
OOOoyalaError.h in OoyalaSDK
+ (OOOoyalaError *) errorWithCode: |
|
(OOOoyalaErrorCode) |
code |
description: |
|
(NSString *) |
description |
|
|
| |
+ (OOOoyalaError *) errorWithCode: |
|
(OOOoyalaErrorCode) |
code |
description: |
|
(NSString *) |
description |
userInfo: |
|
(NSDictionary *) |
userInfo |
|
|
| |
- (instancetype) initWithCode: |
|
(OOOoyalaErrorCode) |
code |
|
- (instancetype) initWithCode: |
|
(OOOoyalaErrorCode) |
code |
description: |
|
(NSString *) |
description |
|
|
| |
- (instancetype) initWithCode: |
|
(OOOoyalaErrorCode) |
code |
description: |
|
(NSString *) |
description |
userInfo: |
|
(NSDictionary *) |
userInfo |
|
|
| |
- (instancetype) initWithNSError: |
|
(NSError *) |
error |
|
- (instancetype) initWithNSError: |
|
(NSError *) |
error |
code: |
|
(OOOoyalaErrorCode) |
code |
|
|
| |
- (OOOoyalaErrorCode) code |
|
readnonatomicassign |
The underlying NSError if it exists.
- (NSDictionary*) userInfo |
|
readnonatomicassign |
An optional NSDictionary that has more info about the error.
The documentation for this class was generated from the following file: