Interface: ValidationContext
Defined in: src/services/utils/validation.ts:61
Propertiesโ
diagnostics?โ
readonlyoptionaldiagnostics?:UnknownRecord
Defined in: src/services/utils/validation.ts:67
Optional diagnostics payload attached to error messages to aid troubleshooting. This object is JSON-stringified defensively; if serialization fails a placeholder token is used instead.
operationโ
readonlyoperation:string
Defined in: src/services/utils/validation.ts:73
Logical operation name used when constructing error messages.
Exampleโ
DownloadSqliteBackup or "getMonitorTypes".
serviceNameโ
readonlyserviceName:string
Defined in: src/services/utils/validation.ts:79
Service prefix injected into error messages.
Exampleโ
DataService or "MonitorTypesService".