BUG527:エラーの共通処理追加

This commit is contained in:
xiaozhe.ma
2024-07-31 18:28:25 +09:00
parent 96722d9c2f
commit b6a68198f5
23 changed files with 345 additions and 123 deletions

View File

@@ -512,13 +512,10 @@ export class InsertValueAction implements IAction{
}
return result;
}catch(error:any){
event.record;
event.error=error.message;
console.error(error);
context.errors.handleError(error,actionNode);
result.canNext=true;//次のノードは処理を続ける
return result;
}
}
/**