Update
This commit is contained in:
6
public/ffmpeg_packages/util/src/errors.ts
Executable file
6
public/ffmpeg_packages/util/src/errors.ts
Executable file
@@ -0,0 +1,6 @@
|
||||
export const ERROR_RESPONSE_BODY_READER = new Error(
|
||||
"failed to get response body reader"
|
||||
);
|
||||
export const ERROR_INCOMPLETED_DOWNLOAD = new Error(
|
||||
"failed to complete download"
|
||||
);
|
||||
Reference in New Issue
Block a user