8#import <Foundation/Foundation.h>
9#import <MSSOrchestration/PasswordException.h>
10NS_ASSUME_NONNULL_BEGIN
24@property (nonatomic, readonly, nullable) NSException *
exception;
26- (instancetype)init NS_UNAVAILABLE;
27- (instancetype)new NS_UNAVAILABLE;
Definition PasswordError.h:18
NSException * exception
Definition PasswordError.h:24
int errorCode
Definition PasswordError.h:21
Definition PasswordException.h:16