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?
readonlyoptionalfield?:string
Dot-separated field path associated with the failure when available.
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