ProviderConfigValidationError
Defined in: core/src/error/error.ts:164
Thrown by ProviderRegistry.register when the supplied config fails the
provider type’s config schema. The originating z.ZodError is preserved
as cause, and its issues are exposed directly for convenience.
Extends
Section titled “Extends”Constructors
Section titled “Constructors”Constructor
Section titled “Constructor”new ProviderConfigValidationError(providerId, cause): ProviderConfigValidationError;Defined in: core/src/error/error.ts:168
Parameters
Section titled “Parameters”| Parameter | Type |
|---|---|
providerId |
string |
cause |
ZodError |
Returns
Section titled “Returns”ProviderConfigValidationError
Overrides
Section titled “Overrides”Properties
Section titled “Properties”issues
Section titled “issues”readonly issues: $ZodIssue[];Defined in: core/src/error/error.ts:166
providerId
Section titled “providerId”readonly providerId: string;Defined in: core/src/error/error.ts:165