Skip to content

LoadAdError

LoadAdError extends AdError to represent errors occurring during ad loading. It includes a ResponseInfo object detailing mediation waterfall results.

Inherits

Properties

response_info / ResponseInfo

Contains details about the load request's response and mediation waterfall history.

var response_info: ResponseInfo
public ResponseInfo ResponseInfo { get; set; }