Skip to main content
Module

x/denops_core/mod.ts>BatchError

🐜 An ecosystem of Vim/Neovim which allows developers to write cross-platform plugins in Deno
Go to Latest
class BatchError
extends Error
import { BatchError } from "https://deno.land/x/denops_core@v3.4.2/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[]