Files
memefast/public/ffmpeg_packages/util/src/errors.ts
2025-06-21 20:21:47 +08:00

7 lines
183 B
TypeScript
Executable File

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"
);