Skip to main content

Interface: ManifestValidationError

Defined in: Extensions/ExtensionManifestValidator.ts:66

Properties

code

code: string

Defined in: Extensions/ExtensionManifestValidator.ts:70

Stable, machine-readable error code.


message

message: string

Defined in: Extensions/ExtensionManifestValidator.ts:72

Human-readable message. Safe to surface in a toast.


path

path: string

Defined in: Extensions/ExtensionManifestValidator.ts:68

JSON-pointer-style path to the offending value, e.g. /contributes/commands/0/id.