Skip to main content
Deno 2 is finally here ๐ŸŽ‰๏ธ
Learn more
Module

x/denops_std/mod.ts>BatchError

๐Ÿ“š Standard module for denops.vim
Latest
class BatchError
extends Error
import { BatchError } from "https://deno.land/x/denops_std@v6.5.1/mod.ts";

Batch error raised when one of the functions fails during batch process.

Constructors

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

Properties

readonly
results: unknown[]

A result list that is successfully completed prior to the error.