UNPKG

handbrake-ts

Version:

Handbrake with TypeScript and support for electron

6 lines 300 B
export declare type ErrorCodes = "PLATFORM_NOT_SUPPORTED" | "PLATFORM_INSTALATION_NOT_SUPPORTED" | "LINUX_INSTALL_ERROR" | 'DOWNLOAD_FAILED'; export declare class ErrorHB extends Error { code: string; constructor(message: string, code: ErrorCodes); } //# sourceMappingURL=Errors.d.ts.map