Interface: IpcValidationResponse
Defined in: shared/types/ipc.ts:92
Specialized response contract for validation handlers.
Extendsโ
Propertiesโ
data?โ
optionaldata:ValidationResult
Defined in: shared/types/ipc.ts:48
Response data returned on success.
Inherited fromโ
error?โ
optionalerror:string
Defined in: shared/types/ipc.ts:50
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global\_Objects/Error message when the handler fails.
Inherited fromโ
metadata?โ
optionalmetadata:UnknownRecord
Defined in: shared/types/ipc.ts:52
Optional metadata emitted by the handler.
Inherited fromโ
warnings?โ
optionalwarnings: readonlystring[]
Defined in: shared/types/ipc.ts:56
Optional non-fatal warnings emitted alongside the result.
Inherited fromโ
errorsโ
errors: readonly
string[]
Defined in: shared/types/ipc.ts:94
Validation error messages, when present.
successโ
success:
boolean
Defined in: shared/types/ipc.ts:96
Whether the validation succeeded.