@mescius/dspdfviewer
Version:
Document Solutions PDF Viewer
14 lines (13 loc) • 410 B
TypeScript
/**
*
* @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;