Orchestration SDK 5.10.1
Loading...
Searching...
No Matches
InputException.h
Go to the documentation of this file.
1
2//
3// Copyright (c) since 1999. VASCO DATA SECURITY
4// All rights reserved. http://www.vasco.com
5//
7
8#import <Foundation/Foundation.h>
9#import <MSSOrchestration/OrchestrationException.h>
10NS_ASSUME_NONNULL_BEGIN
11
15NS_REFINED_FOR_SWIFT
17
19@property (nonatomic, readonly) int errorCode;
20
21- (instancetype)init NS_UNAVAILABLE;
22- (instancetype)new NS_UNAVAILABLE;
23- (instancetype)initWithMessage:(NSString *)message errorCode:(int)errorCode;
24
25@end
26
27NS_ASSUME_NONNULL_END
Definition InputException.h:17
int errorCode
Definition InputException.h:19
Definition OrchestrationException.h:15