Package com.caplin.streamlink
Interface SubscriptionErrorEvent
public interface SubscriptionErrorEvent
Provides information about a subscription error.
-
Method Summary
Modifier and TypeMethodDescriptiongetError()
Returns the type of subscription error.Returns theErrorReason
of the event.Returns the subject of subscription to which the event relates.
-
Method Details
-
getSubject
String getSubject()Returns the subject of subscription to which the event relates.
- Returns:
- The subject.
-
getError
SubscriptionErrorType getError()Returns the type of subscription error.
- Returns:
- The subscription error.
-
getErrorReason
ErrorReason getErrorReason()Returns the
ErrorReason
of the event.- Returns:
- The error reason.
-