js-miniapp-sdk

Globals / AudienceNotSupportedError

Class: AudienceNotSupportedError

Hierarchy

Index

Constructors

Properties

Constructors

constructor

+ new AudienceNotSupportedError(errorInput: MiniAppJson): AudienceNotSupportedError

Overrides MiniAppError.constructor

Defined in js-miniapp-bridge/src/types/error-types/index.ts:43

Parameters:

Name Type
errorInput MiniAppJson

Returns: AudienceNotSupportedError

Properties

errorInput

errorInput: MiniAppJson

Overrides MiniAppError.errorInput

Defined in js-miniapp-bridge/src/types/error-types/index.ts:44


message

message: string

Inherited from MiniAppError.message

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


name

name: string

Inherited from MiniAppError.name

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


stack

Optional stack: string

Inherited from MiniAppError.stack

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