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@v6.4.0/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.