Plumile JS API
    Preparing search index...

    Interface InvalidValueDiagnostic

    Signals that a value could not be parsed according to the field descriptor (e.g. malformed number).

    interface InvalidValueDiagnostic {
        detail?: string;
        field: string;
        kind: "InvalidValue";
        operator: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    detail?: string
    field: string
    kind: "InvalidValue"
    operator: string