@mescius/dsimageviewer
Version:
Document Solutions Image Viewer
14 lines (13 loc) • 428 B
TypeScript
/**
*
* @ignore
*/
export declare type GcImageViewerException = {
message: string;
name: string | 'PasswordException' | 'UnknownErrorException' | 'InvalidImageException' | 'MissingImageException' | 'UnexpectedResponseException' | 'FormatError' | 'AbortException';
};
/**
*
* @ignore
*/
export declare function ensureException(ex: string | GcImageViewerException, in17n?: any): GcImageViewerException;