8#import <Foundation/Foundation.h>
19- (instancetype)init NS_UNAVAILABLE;
20+ (instancetype)new NS_UNAVAILABLE;
26@property (nonatomic, readonly, nullable) NSException *
exception;
29@property (nonatomic, readonly, nullable) NSError *
error;
Definition OrchestrationError.h:18
NSException * exception
Definition OrchestrationError.h:26
NSInteger internalErrorCode
Definition OrchestrationError.h:35
NSError * error
Definition OrchestrationError.h:29
NSInteger errorCode
Definition OrchestrationError.h:23