Skip to main content

Class: PluginManifestValidationError

Error raised when an unknown value violates the public addon manifest contract.

Extends

  • Error

Constructors

Constructor

new PluginManifestValidationError(message, field?): PluginManifestValidationError

Parameters

message

string

field?

string

Returns

PluginManifestValidationError

Overrides

Error.constructor

Properties

field?

readonly optional field?: string

Dot-separated field path associated with the failure when available.


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