js-miniapp-sdk

Globals / SecureStorageIOError

Class: SecureStorageIOError

Hierarchy

Index

Constructors

Properties

Constructors

constructor

+ new SecureStorageIOError(errorInput: MiniAppJson): SecureStorageIOError

Overrides MiniAppError.constructor

Defined in js-miniapp-bridge/src/types/error-types/secure-storage-errors.ts:34

Parameters:

Name Type
errorInput MiniAppJson

Returns: SecureStorageIOError

Properties

errorInput

errorInput: MiniAppJson

Overrides MiniAppError.errorInput

Defined in js-miniapp-bridge/src/types/error-types/secure-storage-errors.ts:35


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