LoadAdError

data class LoadAdError


Error information about why an ad load operation failed.

Summary

Nested types

Public constructors

LoadAdError(
    code: LoadAdError.ErrorCode,
    message: String,
    responseInfo: ResponseInfo?
)

Public properties

open LoadAdError.ErrorCode

The error code.

open String

A message detailing the error.

ResponseInfo?

Information about the ad response, if there was one.

Public constructors

LoadAdError

LoadAdError(
    code: LoadAdError.ErrorCode,
    message: String,
    responseInfo: ResponseInfo? = null
)
Parameters
code: LoadAdError.ErrorCode

The error code.

message: String

A message detailing the error.

responseInfo: ResponseInfo? = null

Information about the ad response, if there was one.

Public properties

code

open val codeLoadAdError.ErrorCode

The error code.

message

open val messageString

A message detailing the error.

responseInfo

val responseInfoResponseInfo?

Information about the ad response, if there was one.