SCAdError
@interface SCAdError : NSObject
This class holds public error information, if an adError was detected
-
Human readable error descriptiom
Declaration
Objective-C
@property (nonatomic, copy) NSString *_Nonnull errorDescription; -
Timestamp of the error
Declaration
Objective-C
@property (nonatomic) NSTimeInterval timestamp; -
VAST error code
Declaration
Objective-C
@property (nonatomic) NSInteger errorCode;
SCAdError Class Reference