PluginApiValidationErrorConstructorParams
Parameters for the PluginApiValidationError constructor.
Import:
import type { PluginApiValidationErrorConstructorParams } from 'obsidian-dev-utils/obsidian/plugin/plugin-api';Signature:
export interface PluginApiValidationErrorConstructorParamsProperties
| Property | Type | Description |
|---|---|---|
| issues | readonly StandardSchemaV1.Issue[] | The issues the schema reported. |
| methodName | string | The name of the method whose payload failed validation. |
| payloadKind | PluginApiPayloadKind | Whether the input or the output failed. |
| pluginId | string | The manifest.id of the providing plugin. |