Shaka Player Embedded
Classes | Variables
error_objc.h File Reference
#import <Foundation/Foundation.h>
#include "macros.h"

Go to the source code of this file.

Classes

class  ShakaPlayerError
 

Variables

NS_ASSUME_NONNULL_BEGIN FOUNDATION_EXPORT const NSErrorDomain ShakaPlayerErrorDomain
 
FOUNDATION_EXPORT const NSErrorUserInfoKey ShakaPlayerErrorCategoryKey
 
FOUNDATION_EXPORT const NSErrorUserInfoKey ShakaPlayerErrorSeverityKey
 

Variable Documentation

§ ShakaPlayerErrorCategoryKey

FOUNDATION_EXPORT const NSErrorUserInfoKey ShakaPlayerErrorCategoryKey

The category of the error, if this is a Shaka error. This is the same as shaka.util.Error.Category.

Definition at line 27 of file error_objc.h.

§ ShakaPlayerErrorDomain

NS_ASSUME_NONNULL_BEGIN FOUNDATION_EXPORT const NSErrorDomain ShakaPlayerErrorDomain

Shaka Player Embedded errors

Definition at line 25 of file error_objc.h.

§ ShakaPlayerErrorSeverityKey

FOUNDATION_EXPORT const NSErrorUserInfoKey ShakaPlayerErrorSeverityKey

The severity of the error, if this is a Shaka error. This is the same as shaka.util.Error.Severity.

Definition at line 29 of file error_objc.h.