Plumile JS API
    Preparing search index...

    Interface DecodeErrorDiagnostic

    Raised when a value cannot be decoded from the URL query string (invalid percent-encoding).

    interface DecodeErrorDiagnostic {
        detail: string;
        field: string;
        kind: "DecodeError";
        operator: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    detail: string
    field: string
    kind: "DecodeError"
    operator: string