js-miniapp-sdk

Globals / DownloadFailedError

Class: DownloadFailedError

Error returned by MiniApp.downloadFile when failed to download or save the file.

Hierarchy

Index

Constructors

Properties

Constructors

constructor

+ new DownloadFailedError(errorInput: MiniAppDownloadError): DownloadFailedError

Overrides MiniAppError.constructor

Defined in js-miniapp-bridge/src/types/error-types/download-file-errors.ts:17

Parameters:

Name Type
errorInput MiniAppDownloadError

Returns: DownloadFailedError

Properties

errorInput

errorInput: MiniAppDownloadError

Overrides MiniAppError.errorInput

Defined in js-miniapp-bridge/src/types/error-types/download-file-errors.ts:18


message

message: string

Inherited from MiniAppError.message

Defined in node_modules/typescript/lib/lib.es5.d.ts:1054


name

name: string

Inherited from MiniAppError.name

Defined in node_modules/typescript/lib/lib.es5.d.ts:1053


stack

Optional stack: string

Inherited from MiniAppError.stack

Defined in node_modules/typescript/lib/lib.es5.d.ts:1055