Skip to main content
Module

x/denops_std/mod.ts>BatchError

📚 Standard module for denops.vim
Go to Latest
class BatchError
extends Error
import { BatchError } from "https://deno.land/x/denops_std@v3.12.1/mod.ts";

Batch error which is raised when one of function fails during batch process

Constructors

new
BatchError(message: string, results: unknown[])

Properties

readonly
results: unknown[]