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