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