Skip to content

函数: isJudgementInferenceNoExactSolutionError()

ts
function isJudgementInferenceNoExactSolutionError(error): error is JudgementInferenceNoExactSolutionError;

定义于: packages/judgement-inference/src/error.ts:49

判断错误是否表示没有返回精确反推结果。

参数

参数类型
errorunknown

返回

error is JudgementInferenceNoExactSolutionError