Interface HonuaPluginDiagnosticExperimental

interface HonuaPluginDiagnostic {
    code: string;
    message: string;
    path: string;
    severity: HonuaPluginDiagnosticSeverity;
}

Properties

code: string
message: string
path: string

JSON Pointer into the manifest, or / for the document itself.