libwebp-compress/node_modules/@ffmpeg/ffmpeg/dist/esm/errors.js

5 lines
332 B
JavaScript
Raw Normal View History

2024-11-06 03:40:07 +00:00
export const ERROR_UNKNOWN_MESSAGE_TYPE = new Error("unknown message type");
export const ERROR_NOT_LOADED = new Error("ffmpeg is not loaded, call `await ffmpeg.load()` first");
export const ERROR_TERMINATED = new Error("called FFmpeg.terminate()");
export const ERROR_IMPORT_FAILURE = new Error("failed to import ffmpeg-core.js");