51 return [[
CPError alloc] initWithDomain:aDomain code:aCode userInfo:aDict];
56 if (
self = [super init])
68 return [_userInfo objectForKey:CPLocalizedDescriptionKey];
73 return [_userInfo objectForKey:CPLocalizedFailureReasonErrorKey];
76 - (CPArray)localizedRecoveryOptions
78 return [_userInfo objectForKey:CPLocalizedRecoveryOptionsErrorKey];
83 return [_userInfo objectForKey:CPLocalizedRecoverySuggestionErrorKey];
86 - (id)recoveryAttempter
88 return [_userInfo objectForKey:CPRecoveryAttempterErrorKey];