errors.js 175 B

12
  1. export const ERROR_RESPONSE_BODY_READER = new Error("failed to get response body reader");
  2. export const ERROR_INCOMPLETED_DOWNLOAD = new Error("failed to complete download");