GfpError

data class GfpError(val errorType: GfpErrorType, val errorSubCode: String, val errorMessage: String, val stat: EventTrackingStatType) : Parcelable

Error information about why an ad operation failed.

Constructors

Link copied to clipboard
constructor(errorType: GfpErrorType, errorSubCode: String, errorMessage: String, stat: EventTrackingStatType)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

error's code.

Link copied to clipboard

message describing the error.

Link copied to clipboard

error's sub code.

Link copied to clipboard

error's type.

Link copied to clipboard

error's status.

Functions

Link copied to clipboard

Returns a log friendly JSONObject version this object.

Link copied to clipboard
open override fun toString(): String

Returns a log friendly string version of this object.