Interface: MonitorConfigValidationResult
Defined in: shared/types/validation.ts:57
Monitor configuration validation result.
Remarksโ
Specialized validation result for monitor configuration validation.
Hierarchyโ
Extendsโ
Propertiesโ
errorsโ
errors: readonly
string[]
Defined in: shared/types/validation.ts:28
Array of validation error messages
Inherited fromโ
successโ
success:
boolean
Defined in: shared/types/validation.ts:30
Whether validation passed (no errors)
Inherited fromโ
warnings?โ
optionalwarnings?: readonlystring[]
Defined in: shared/types/validation.ts:32
Optional warning messages that don't prevent validation success
Inherited fromโ
configErrors?โ
optionalconfigErrors?:string[]
Defined in: shared/types/validation.ts:59
Configuration error messages
monitorTypeErrors?โ
optionalmonitorTypeErrors?:Record<string,string[]>
Defined in: shared/types/validation.ts:61
Monitor type specific validation errors