Shaka Player Embedded
|
#import <error_objc.h>
Instance Methods | |
(instancetype) | - initWithMessage: |
(instancetype) | - initWithMessage:severity:category:code: |
(instancetype) | - initWithError: |
Properties | |
NSString * | message |
NSInteger | category |
NSInteger | severity |
Represents a Player error. This can be either a Shaka error or a more generic JavaScript error.
Definition at line 39 of file error_objc.h.
- (instancetype) initWithError: | (const shaka::Error &) | error |
Provided by category ShakaPlayerError(Internal).
- (instancetype) initWithMessage: | (NSString *) | message |
Definition at line 30 of file error_objc.mm.
- (instancetype) initWithMessage: | (NSString *) | message | |
severity: | (NSInteger) | severity | |
category: | (NSInteger) | category | |
code: | (NSInteger) | code | |
Definition at line 34 of file error_objc.mm.
|
readwriteatomicassign |
The category of the error, if this is a Shaka error. This is the same as shaka.util.Error.Category.
Definition at line 55 of file error_objc.h.
|
readwriteatomicassign |
The error message.
Definition at line 49 of file error_objc.h.
|
readwriteatomicassign |
The Shaka severity of the error, if this is a Shaka error. This is the same as shaka.util.Error.Severity.
Definition at line 61 of file error_objc.h.