Represents an error in the Ooyala SDK. More...

#import "OOOoyalaError.h"

+ Inheritance diagram for OOOoyalaError:

Instance Methods

(instancetype) - initWithCode:
 
(instancetype) - initWithNSError:
 
(instancetype) - initWithNSError:code:
 
(instancetype) - initWithCode:description:
 
(instancetype) - initWithCode:description:userInfo:
 

Class Methods

(OOOoyalaError *) + errorWithCode:description:
 
(OOOoyalaError *) + errorWithNSError:
 
(OOOoyalaError *) + errorWithNSError:code:
 
(OOOoyalaError *) + errorWithCode:description:userInfo:
 

Properties

OOOoyalaErrorCode code
 The OOOoyalaError's code. More...
 
NSString * message
 The OOOoyalaError's description. More...
 
NSError * error
 The underlying NSError if it exists. More...
 
NSDictionary * userInfo
 An optional NSDictionary that has more info about the error. More...
 

Detailed Description

Represents an error in the Ooyala SDK.

OOOoyalaError.

OOOoyalaError.h in OoyalaSDK

Method Documentation

+ (OOOoyalaError *) errorWithCode: (OOOoyalaErrorCode)  code
description: (NSString *)  description 
+ (OOOoyalaError *) errorWithCode: (OOOoyalaErrorCode)  code
description: (NSString *)  description
userInfo: (NSDictionary *)  userInfo 
+ (OOOoyalaError *) errorWithNSError: (NSError *)  error
+ (OOOoyalaError *) errorWithNSError: (NSError *)  error
code: (OOOoyalaErrorCode)  code 
- (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 

Property Documentation

- (OOOoyalaErrorCode) code
readnonatomicassign

The OOOoyalaError's code.

- (NSError*) error
readnonatomicassign

The underlying NSError if it exists.

- (NSString*) message
readnonatomicassign

The OOOoyalaError's description.

- (NSDictionary*) userInfo
readnonatomicassign

An optional NSDictionary that has more info about the error.


The documentation for this class was generated from the following file: