BMPSourceErrorEvent iOS- event.data is nil [ BMPDeficiencyData is returning as nil]

Product

Player

Question

In iOS, for Bitmovin source custom error, we are getting event.data as nil. Sometimes we are receiving data content. . In Android and Roku, they are receiving data always so that they can check the http status inside the data and evaluate the value. But in iOS, the data value returns nil most of the time. Is it possible to receive the value always.
(BMPSourceErrorEvent?) event = 0x00000003017d7180 {
ObjectiveC.NSObject = {
isa = BMPSourceErrorEvent
}
name = “onSourceError”
code = .BMPSourceErrorCodeGeneral
message = “Source Error.”
timestamp = 1724315870.7499239
data = nil
}

Hi @akshara.unnikrishnan!

You can listen to the DownloadFinishedEvent if you are interested in the HTTP status specifically.
There is a dedicated httpStatus property for that.

SourceErroEvent’s data is populated based on the source of the error and the context.
We are working on the to cover more use cases there.