nexus-agents - v2.80.0
    Preparing search index...

    Interface PluginValidationError

    Validation error from plugin config validation.

    interface PluginValidationError {
        message: string;
        field?: string;
    }
    Index

    Properties

    Properties

    message: string
    field?: string