Stay organized with collections
Save and categorize content based on your preferences.
StreamingErrors
open class StreamingErrors
Indicates the errors that are applicable only to the streaming use-case
Summary
Constants
ERROR_CONCURRENT_SERVICE_LIMIT_REACHED
static val ERROR_CONCURRENT_SERVICE_LIMIT_REACHED: Int
Indicates that the middleware cannot start a stream due to too many ongoing streams
Value: 301
ERROR_UNABLE_TO_START_SERVICE
static val ERROR_UNABLE_TO_START_SERVICE: Int
Indicates that the middleware was unable to start the streaming service
Value: 302
Content and code samples on this page are subject to the licenses described in the Content License. Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
Last updated 2025-02-10 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-02-10 UTC."],[],[],null,["# MbmsErrors.StreamingErrors\n\nAdded in [API level 28](https://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels)\n\nStreamingErrors\n===============\n\n*** ** * ** ***\n\nKotlin \\|[Java](/reference/android/telephony/mbms/MbmsErrors.StreamingErrors \"View this page in Java\") \n\n```\nopen class StreamingErrors\n```\n\n|---|--------------------------------------------------------|\n| [kotlin.Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html) ||\n| ↳ | [android.telephony.mbms.MbmsErrors.StreamingErrors](#) |\n\nIndicates the errors that are applicable only to the streaming use-case\n\nSummary\n-------\n\n| Constants ||\n|-----------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| static [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) | [ERROR_CONCURRENT_SERVICE_LIMIT_REACHED](#ERROR_CONCURRENT_SERVICE_LIMIT_REACHED:kotlin.Int) Indicates that the middleware cannot start a stream due to too many ongoing streams |\n| static [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) | [ERROR_DUPLICATE_START_STREAM](#ERROR_DUPLICATE_START_STREAM:kotlin.Int) Indicates that the app called [MbmsStreamingSession.startStreaming(StreamingServiceInfo,](../MbmsStreamingSession.html#startStreaming(android.telephony.mbms.StreamingServiceInfo,%20java.util.concurrent.Executor,%20android.telephony.mbms.StreamingServiceCallback)) more than once for the same [StreamingServiceInfo](/reference/kotlin/android/telephony/mbms/StreamingServiceInfo). |\n| static [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) | [ERROR_UNABLE_TO_START_SERVICE](#ERROR_UNABLE_TO_START_SERVICE:kotlin.Int) Indicates that the middleware was unable to start the streaming service |\n\nConstants\n---------\n\n### ERROR_CONCURRENT_SERVICE_LIMIT_REACHED\n\nAdded in [API level 28](https://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels) \n\n```\nstatic val ERROR_CONCURRENT_SERVICE_LIMIT_REACHED: Int\n```\n\nIndicates that the middleware cannot start a stream due to too many ongoing streams \n\n Value: 301\n\n### ERROR_DUPLICATE_START_STREAM\n\nAdded in [API level 28](https://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels) \n\n```\nstatic val ERROR_DUPLICATE_START_STREAM: Int\n```\n\nIndicates that the app called [MbmsStreamingSession.startStreaming(StreamingServiceInfo,](../MbmsStreamingSession.html#startStreaming(android.telephony.mbms.StreamingServiceInfo,%20java.util.concurrent.Executor,%20android.telephony.mbms.StreamingServiceCallback)) more than once for the same [StreamingServiceInfo](/reference/kotlin/android/telephony/mbms/StreamingServiceInfo). \n\n Value: 303\n\n### ERROR_UNABLE_TO_START_SERVICE\n\nAdded in [API level 28](https://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels) \n\n```\nstatic val ERROR_UNABLE_TO_START_SERVICE: Int\n```\n\nIndicates that the middleware was unable to start the streaming service \n\n Value: 302"]]