Improve error messages around draft attachments

This commit is contained in:
Francis Lachapelle
2017-01-06 16:12:42 -05:00
parent 5ec7ad54bb
commit 8404de758b
4 changed files with 10 additions and 4 deletions
+1 -1
View File
@@ -646,7 +646,7 @@ static NSString *userAgent = nil;
if (!message)
{
error = [NSException exceptionWithHTTPStatus: 500 /* Server Error */
reason: @"message too big"];
reason: @"Message is too big"];
return error;
}