Skip to main content

Class: PluginCompatibilityError

Error raised when an addon does not support the running StreamShare version.

Extends

  • Error

Constructors

Constructor

new PluginCompatibilityError(applicationVersion, compatibleVersion): PluginCompatibilityError

Parameters

applicationVersion

string

compatibleVersion

string

Returns

PluginCompatibilityError

Overrides

Error.constructor

Properties

applicationVersion

readonly applicationVersion: string

Application version that was checked.


compatibleVersion

readonly compatibleVersion: string

Compatibility range declared by the addon.


cause?

optional cause?: unknown

Inherited from

Error.cause


name

name: string

Inherited from

Error.name


message

message: string

Inherited from

Error.message


stack?

optional stack?: string

Inherited from

Error.stack