8#import <Foundation/Foundation.h>
10NS_ASSUME_NONNULL_BEGIN
This class holds public error information, if an adError was detected.
Definition: SCAdError.h:14
NSString * errorDescription
Human readable error description.
Definition: SCAdError.h:15
NSInteger errorCode
VAST error code.
Definition: SCAdError.h:19
NSTimeInterval timestamp
Timestamp of the error.
Definition: SCAdError.h:17