Class: ItemCustomComponentReloadVersionError
Thrown after using the /reload command when trying to register a previously registered item custom component with a newer API version.
Extends
Error
Constructors
new ItemCustomComponentReloadVersionError()
private
new ItemCustomComponentReloadVersionError():ItemCustomComponentReloadVersionError
Returns
ItemCustomComponentReloadVersionError
Overrides
Error.constructor
Properties
message
message:
string
Inherited from
Error.message
name
name:
string
Inherited from
Error.name
stack?
optional
stack:string
Inherited from
Error.stack
prepareStackTrace()?
static
optional
prepareStackTrace: (err
,stackTraces
) =>any
Optional override for formatting stack traces
See
https://v8.dev/docs/stack-trace-api#customizing-stack-traces
Parameters
Parameter | Type |
---|---|
err | Error |
stackTraces | CallSite [] |
Returns
any
Inherited from
Error.prepareStackTrace