HttpDataSource.InvalidContentTypeException


class HttpDataSource.InvalidContentTypeException : HttpDataSource.HttpDataSourceException


Thrown when the content type is invalid.

Summary

Public constructors

Public properties

String!

Inherited Constants

From androidx.media3.datasource.DataSourceException
const Int

This property is deprecated.

Use ERROR_CODE_IO_READ_POSITION_OUT_OF_RANGE.

From androidx.media3.datasource.HttpDataSource.HttpDataSourceException
const Int

The error occurred in closing a HttpDataSource.

const Int

The error occurred reading data from a HttpDataSource.

const Int

The error occurred in opening a HttpDataSource.

Inherited functions

From androidx.media3.datasource.DataSourceException
java-static Boolean

Returns whether the given IOException was caused by a DataSourceException whose reason is ERROR_CODE_IO_READ_POSITION_OUT_OF_RANGE in its cause stack.

From androidx.media3.datasource.HttpDataSource.HttpDataSourceException
java-static HttpDataSource.HttpDataSourceException!

Returns a HttpDataSourceException whose error code is assigned according to the cause and type.

From java.lang.Throwable

Public constructors

InvalidContentTypeException

@UnstableApi
InvalidContentTypeException(contentType: String!, dataSpec: DataSpec!)

Public properties

contentType

val contentTypeString!