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
readonlyapplicationVersion:string
Application version that was checked.
compatibleVersion
readonlycompatibleVersion:string
Compatibility range declared by the addon.
cause?
optionalcause?:unknown
Inherited from
Error.cause
name
name:
string
Inherited from
Error.name
message
message:
string
Inherited from
Error.message
stack?
optionalstack?:string
Inherited from
Error.stack