UNPKG

@mescius/dspdfviewer

Version:
14 lines (13 loc) 410 B
/** * * @ignore */ export type GcPdfViewerException = { message: string; name: string | 'PasswordException' | 'UnknownErrorException' | 'InvalidPDFException' | 'MissingPDFException' | 'UnexpectedResponseException' | 'FormatError' | 'AbortException'; }; /** * * @ignore */ export declare function ensureException(ex: string | GcPdfViewerException, in17n?: any): GcPdfViewerException;