@labkey/api
    Preparing search index...

    Interface RequestExecuteResponse

    interface RequestExecuteResponse {
        console: string[];
        errors: string[];
        outputParams: any[];
    }
    Index

    Properties

    console: string[]

    Information written by the script to the console

    errors: string[]

    Any exception thrown by the script that halted execution

    outputParams: any[]

    Any output parameters (imgout, jsonout, etc) returned by the script