Request Failed
data class RequestFailed(val slotId: String, val errorType: String, val errorCode: Int, val totalMs: Long, val httpStatus: Int? = null) : VastObservabilityEvent
Emitted when request construction, network loading, wrapper resolution, or mapping fails.