UNPKG

@grapecity/gcpdfviewer

Version:
6 lines (5 loc) 358 B
export type GcPdfViewerException = { message: string; name: string | 'PasswordException' | 'UnknownErrorException' | 'InvalidPDFException' | 'MissingPDFException' | 'UnexpectedResponseException' | 'FormatError' | 'AbortException'; }; export declare function ensureException(ex: string | GcPdfViewerException, in17n?: any): GcPdfViewerException;