return[NSErrorerrorWithDomain:NetworkRequestErrorDomaincode:ASICompressionErroruserInfo:[NSDictionarydictionaryWithObjectsAndKeys:[NSStringstringWithFormat:@"Compression of data failed with code %hi",code],NSLocalizedDescriptionKey,nil]];
return[NSErrorerrorWithDomain:NetworkRequestErrorDomaincode:ASICompressionErroruserInfo:[NSDictionarydictionaryWithObjectsAndKeys:[NSStringstringWithFormat:@"Compression of data failed with code %hi",(short)code],NSLocalizedDescriptionKey,nil]];
return[NSErrorerrorWithDomain:NetworkRequestErrorDomaincode:ASICompressionErroruserInfo:[NSDictionarydictionaryWithObjectsAndKeys:[NSStringstringWithFormat:@"Decompression of data failed with code %hi",code],NSLocalizedDescriptionKey,nil]];
return[NSErrorerrorWithDomain:NetworkRequestErrorDomaincode:ASICompressionErroruserInfo:[NSDictionarydictionaryWithObjectsAndKeys:[NSStringstringWithFormat:@"Decompression of data failed with code %hi",(short)code],NSLocalizedDescriptionKey,nil]];