Represents an installation issue

interface InstalledExtensionStateIssue {
    message?: string;
    source?: string;
    type?: InstalledExtensionStateIssueType;
}

Properties

message?: string

The error message

source?: string

Source of the installation issue, for example "Demands"

Installation issue type (Warning, Error)