Constants
The following constants are available globally.
- 
                  
                  
This will be the
domainon theNSErrorobjects that the Broadcast SDK emits.Declaration
Objective-C
extern const NSErrorDomain IVSBroadcastErrorDomainSwift
let IVSBroadcastErrorDomain: String - 
                  
                  
For errors emitted by the SDK, they will all have a key of
IVSBroadcastErrorIsFatalKeyin theiruserInfoproperty. The value will be an BOOL wrapped in anNSNumberdescribing whether the emitted error is fatal or not (fatal means recovery is impsosible).Declaration
Objective-C
extern const NSErrorUserInfoKey IVSBroadcastErrorIsFatalKeySwift
let IVSBroadcastErrorIsFatalKey: String - 
                  
                  
NSString, short text describing the source of where the error originated from.Declaration
Objective-C
extern const NSErrorUserInfoKey IVSBroadcastSourceDescriptionErrorKeySwift
let IVSBroadcastSourceDescriptionErrorKey: String - 
                  
                  
NSString, short text describing the category of error.Declaration
Objective-C
extern const NSErrorUserInfoKey IVSBroadcastResultDescriptionErrorKeySwift
let IVSBroadcastResultDescriptionErrorKey: String - 
                  
                  
NSString, short text describing the error UID.Declaration
Objective-C
extern const NSErrorUserInfoKey IVSBroadcastUidDescriptionErrorKeySwift
let IVSBroadcastUidDescriptionErrorKey: String 
        Constants  Reference