MalInt
    Preparing search index...

    Interface InvalidConfigurationValueError

    Returned when a configuration value has an invalid type or shape.

    interface InvalidConfigurationValueError {
        message: string;
        path: string[];
        type: "invalidConfigurationValue";
        valueType: string;
    }
    Index

    Properties

    message: string
    path: string[]
    type: "invalidConfigurationValue"
    valueType: string