File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -181,6 +181,7 @@ internal class Network {
181
181
let logLevel : LogLevel = self . testMode ? . debug : . error
182
182
self . logger. log ( " Incorrect response status code: \( response. statusCode. description) " , level: logLevel)
183
183
self . logger. log ( " Response: \( String ( decoding: data, as: UTF8 . self) ) " , level: logLevel)
184
+ return . failure( URError . responseDataNilOrZeroLength ( url: response. url) )
184
185
}
185
186
186
187
do {
Original file line number Diff line number Diff line change 171
171
110747441F4AF96A00150955 /* Models */ = {
172
172
isa = PBXGroup;
173
173
children = (
174
+ 116BD16B1F5819D400D2386B /* SerializableObject.swift */,
174
175
110747451F4AF99000150955 /* Device.swift */,
175
176
1107474B1F4AF9B400150955 /* Info.swift */,
176
177
110747531F4C766E00150955 /* Invitation.swift */,
177
178
110747491F4AF9A700150955 /* Media.swift */,
178
179
110747571F4D946000150955 /* MediaSettings.swift */,
179
- 116BD16B1F5819D400D2386B /* SerializableObject.swift */,
180
180
1141EF3F1F6173D70011D10F /* UserReportSettings.swift */,
181
181
110747471F4AF99B00150955 /* UserReportUser.swift */,
182
182
8A4CF05923D5D2860081C2D8 /* QuarantineRequest.swift */,
You can’t perform that action at this time.
0 commit comments