method ScriptService.toggleWorkspaceErrorHandlerForScriptimport { ScriptService } from "https://dotland.deno.dev/x/windmill@v1.415.1/windmill-api/index.ts"; toggleWorkspaceErrorHandlerForScript(unnamed 0: { workspace: string; path: string; requestBody: { muted?: boolean; }; }): CancelablePromise<string>Toggle ON and OFF the workspace error handler for a given script Parametersunnamed 0: { workspace: string; path: string; requestBody: { muted?: boolean; }; }ReturnsCancelablePromise<string>string error handler toggled