You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if ([inputStream streamStatus] == NSStreamEventErrorOccurred) {
191
191
if (err) {
192
-
*err = [NSErrorerrorWithDomain:NetworkRequestErrorDomain code:ASICompressionError userInfo:[NSDictionarydictionaryWithObjectsAndKeys:[NSStringstringWithFormat:@"Compression of %@ failed because we were unable to write to the destination data file at &@",sourcePath,destinationPath],NSLocalizedDescriptionKey,[outputStream streamError],NSUnderlyingErrorKey,nil]];
192
+
*err = [NSErrorerrorWithDomain:NetworkRequestErrorDomain code:ASICompressionError userInfo:[NSDictionarydictionaryWithObjectsAndKeys:[NSStringstringWithFormat:@"Compression of %@ failed because we were unable to write to the destination data file at %@",sourcePath,destinationPath],NSLocalizedDescriptionKey,[outputStream streamError],NSUnderlyingErrorKey,nil]];
if ([inputStream streamStatus] == NSStreamEventErrorOccurred) {
188
188
if (err) {
189
-
*err = [NSErrorerrorWithDomain:NetworkRequestErrorDomain code:ASICompressionError userInfo:[NSDictionarydictionaryWithObjectsAndKeys:[NSStringstringWithFormat:@"Decompression of %@ failed because we were unable to write to the destination data file at &@",sourcePath,destinationPath],NSLocalizedDescriptionKey,[outputStream streamError],NSUnderlyingErrorKey,nil]];
189
+
*err = [NSErrorerrorWithDomain:NetworkRequestErrorDomain code:ASICompressionError userInfo:[NSDictionarydictionaryWithObjectsAndKeys:[NSStringstringWithFormat:@"Decompression of %@ failed because we were unable to write to the destination data file at %@",sourcePath,destinationPath],NSLocalizedDescriptionKey,[outputStream streamError],NSUnderlyingErrorKey,nil]];
0 commit comments