|
|
@ -29,7 +29,7 @@ NSError *OWSErrorMakeFailedToSendOutgoingMessageError()
|
|
|
|
|
|
|
|
|
|
|
|
NSError *OWSErrorMakeNoSuchSignalRecipientError()
|
|
|
|
NSError *OWSErrorMakeNoSuchSignalRecipientError()
|
|
|
|
{
|
|
|
|
{
|
|
|
|
return OWSErrorWithCodeDescription(OWSErrorCodeFailedToSendOutgoingMessage,
|
|
|
|
return OWSErrorWithCodeDescription(OWSErrorCodeNoSuchSignalRecipient,
|
|
|
|
NSLocalizedString(
|
|
|
|
NSLocalizedString(
|
|
|
|
@"ERROR_DESCRIPTION_UNREGISTERED_RECIPIENT", @"Error message when attempting to send message"));
|
|
|
|
@"ERROR_DESCRIPTION_UNREGISTERED_RECIPIENT", @"Error message when attempting to send message"));
|
|
|
|
}
|
|
|
|
}
|
|
|
|