Orchestration SDK 5.10.1
Loading...
Searching...
No Matches
OrchestrationErrorDelegate.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>
9NS_ASSUME_NONNULL_BEGIN
10
13
23NS_REFINED_FOR_SWIFT
24@protocol OrchestrationErrorDelegate <NSObject>
25
30- (void)orchestrationError:(OrchestrationError*)error;
31
37- (void)orchestrationServerError:(OrchestrationServerError*)error;
38
39
40@end
41
42NS_ASSUME_NONNULL_END
Definition OrchestrationError.h:18
Definition OrchestrationServerError.h:18