8#import <Foundation/Foundation.h>
22- (instancetype)init NS_UNAVAILABLE;
23+ (instancetype)new NS_UNAVAILABLE;
29- (instancetype)initWithReadableMessage:(NSString*)readableMessage;
36- (instancetype)initWithReadableMessage:(NSString*)readableMessage customPayload:(nullable NSString *)customPayload;
Definition OrchestrationServerError.h:18
NSString * customPayload
Definition OrchestrationServerError.h:20
NSString * readableMessage
Definition OrchestrationServerError.h:19