Skip to main content
Module

x/denops/denops.ts>BatchError

🐜 Deno module for denops.vim
Latest
class BatchError
extends Error
import { BatchError } from "https://deno.land/x/denops@v6.0.1/denops.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[]