errors.js 324 B

12345
  1. "use strict";
  2. Object.defineProperty(exports, "__esModule", { value: true });
  3. exports.ERROR_INCOMPLETED_DOWNLOAD = exports.ERROR_RESPONSE_BODY_READER = void 0;
  4. exports.ERROR_RESPONSE_BODY_READER = new Error("failed to get response body reader");
  5. exports.ERROR_INCOMPLETED_DOWNLOAD = new Error("failed to complete download");