@servicenow/sdk - v4.4.1
    Preparing search index...

    Represents additional spans returned with a diagnostic which are relevant to it

    interface DiagnosticRelatedInformation {
        category: string;
        code: number;
        message: string;
        span?: FileSpan;
    }
    Index

    Properties

    category: string

    The category of the related information message, e.g. "error", "warning", or "suggestion".

    code: number

    The code used ot identify the related information

    message: string

    Text of related or additional information.

    span?: FileSpan

    Associated location