Skip to content

PluginOutputError

Import from @varavel/vdl-plugin-sdk.

PluginOutputError: object;

PluginOutputError exposes the generated runtime helpers for PluginOutputError.

Type Declaration

Name Type Description
hydrate() (input) => PluginOutputError Hydrates a validated PluginOutputError value into its runtime representation.
parse() (json) => PluginOutputError Parses a JSON string into a validated and hydrated PluginOutputError value.
validate() (input, path?) => string | null Performs structural validation for PluginOutputError (required field presence and basic type shape only); it does not enforce business rules.