(error: unknown)
| 103 | |
| 104 | /** True when the error is a recognised validation failure (client or server). */ |
| 105 | export function isValidationError(error: unknown): boolean { |
| 106 | return extractValidationIssues(error).length > 0 |
| 107 | } |
no test coverage detected