(_x)
| 55400 | return "Failed to fetch resource ".concat(response.url, "(").concat(response.status, "): ").concat(response.statusText, " "); |
| 55401 | } |
| 55402 | function getErrorMessageFromResponse(_x) { |
| 55403 | return _getErrorMessageFromResponse.apply(this, arguments); |
| 55404 | } |
| 55405 | function _getErrorMessageFromResponse() { |
| 55406 | _getErrorMessageFromResponse = (0, _asyncToGeneratorDefault.default)((0, _regeneratorDefault.default).mark(function _callee(response) { |
| 55407 | var message, contentType; |
nothing calls this directly
no outgoing calls
no test coverage detected