HttpDataSource.HttpDataSourceException.Type
Artifact: androidx.media3:media3-datasource
@Documented
@Retention(value = RetentionPolicy.SOURCE)
@Target(value = TYPE_USE)
@IntDef(value = )
public annotation HttpDataSource.HttpDataSourceException.Type
The type of operation that produced the error. One of TYPE_READ
, TYPE_OPEN
TYPE_CLOSE
.