bodhi-realtime-agent / ValidationError
Class: ValidationError
Defined in: core/errors.ts:69
Error from input validation (Zod schema, config checks).
Extends
Constructors
Constructor
new ValidationError(
message,options?):ValidationError
Defined in: core/errors.ts:70
Parameters
message
string
options?
cause?
Error
severity?
Returns
ValidationError
Overrides
Properties
cause?
readonlyoptionalcause:Error
Defined in: core/errors.ts:14
Inherited from
component
readonlycomponent:string
Defined in: core/errors.ts:12
Inherited from
severity
readonlyseverity:ErrorSeverity
Defined in: core/errors.ts:13