Add error domain for identities

This commit is contained in:
Sergey Abramchuk
2017-09-06 22:09:57 +03:00
parent 637a6729e9
commit 3c2040aacd
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -9,6 +9,7 @@
#import <Foundation/Foundation.h>
FOUNDATION_EXPORT NSString * __nonnull const OpenVPNAdapterErrorDomain;
FOUNDATION_EXPORT NSString * __nonnull const OpenVPNIdentityErrorDomain;
FOUNDATION_EXPORT NSString * __nonnull const OpenVPNAdapterErrorFatalKey;
FOUNDATION_EXPORT NSString * __nonnull const OpenVPNAdapterErrorMessageKey;