Gfp Error
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)