Interface: MonitorConfigValidationResult
Defined in: shared/types/validation.ts:51
Monitor configuration validation result.
Remarksโ
Specialized validation result for monitor configuration validation.
Extendsโ
Propertiesโ
errorsโ
errors: readonly
string
[]
Defined in: shared/types/validation.ts:22
Array of validation error messages
Inherited fromโ
successโ
success:
boolean
Defined in: shared/types/validation.ts:24
Whether validation passed (no errors)
Inherited fromโ
warnings?โ
optional
warnings: readonlystring
[]
Defined in: shared/types/validation.ts:26
Optional warning messages that don't prevent validation success
Inherited fromโ
configErrors?โ
optional
configErrors:string
[]
Defined in: shared/types/validation.ts:53
Configuration error messages
monitorTypeErrors?โ
optional
monitorTypeErrors:Record
<string
,string
[]>
Defined in: shared/types/validation.ts:55
Monitor type specific validation errors