函数: isJudgementInferenceNoExactSolutionError()
ts
function isJudgementInferenceNoExactSolutionError(error): error is JudgementInferenceNoExactSolutionError;定义于: packages/judgement-inference/src/error.ts:49
判断错误是否表示没有返回精确反推结果。
参数
| 参数 | 类型 |
|---|---|
error | unknown |
返回
error is JudgementInferenceNoExactSolutionError
