StreamLink for iOS
8.0.2.287281-045ba3c8
|
Provides information about a subscription error. More...
Instance Methods | |
(NSString *) | - subject |
Returns the subject of the subscription to which the event relates. More... | |
(SL_SubscriptionError) | - error |
Returns the subscription error code. More... | |
(SL_ErrorReason) | - reason |
The type of the result. More... | |
Provides information about a subscription error.
- (SL_SubscriptionError SLSubscriptionErrorEvent) error |
Returns the subscription error code.
- (SL_ErrorReason SLSubscriptionErrorEvent) reason |
The type of the result.
Usually the reason value will be 0, but for SL_ERROR_READ_DENIED and SL_ERROR_WRITE_DENIED the reason may be non-zero should the authentication module within the Liberator have supplied a custom reason.
- (NSString* SLSubscriptionErrorEvent) subject |
Returns the subject of the subscription to which the event relates.