UNPKG

@mescius/dsimageviewer

Version:

Document Solutions Image Viewer

6 lines (5 loc) 376 B
export declare type GcImageViewerException = { message: string; name: string | 'PasswordException' | 'UnknownErrorException' | 'InvalidImageException' | 'MissingImageException' | 'UnexpectedResponseException' | 'FormatError' | 'AbortException'; }; export declare function ensureException(ex: string | GcImageViewerException, in17n?: any): GcImageViewerException;