Orchestration SDK 5.10.1
Loading...
Searching...
No Matches
OrchestrationWarning.h
Go to the documentation of this file.
1
2//
3// © 1999 – 2019 OneSpan North America Inc. All rights reserved.
4// All rights reserved. https://www.onespan.com/
5//
7
8#import <Foundation/Foundation.h>
9
10NS_ASSUME_NONNULL_BEGIN
11
17NS_REFINED_FOR_SWIFT
18@interface OrchestrationWarning : NSObject
19
20- (instancetype)init NS_UNAVAILABLE;
21+ (instancetype)new NS_UNAVAILABLE;
22
24@property (nonatomic, readonly) NSInteger warningCode;
25
27@property (nonatomic, readonly, nullable) NSError *error;
28
33@property (nonatomic, readonly) NSInteger internalErrorCode;
34
35@end
36
37NS_ASSUME_NONNULL_END
Definition OrchestrationWarning.h:19
NSInteger internalErrorCode
Definition OrchestrationWarning.h:33
NSError * error
Definition OrchestrationWarning.h:27
NSInteger warningCode
Definition OrchestrationWarning.h:24