Skip to content

PluginOutputError

Import from @varavel/vdl-plugin-sdk.

type PluginOutputError = object;

A structured error reported by the plugin.

Properties

Property Type Description
message string Human-readable error message explaining what went wrong
position? Position Optional source position associated with this error. If provided, VDL will print a beautiful snippet highlighting the exact code. If omitted, the error is treated as a global configuration/plugin error.