Follow-up from #5640.
In crates/core/src/host/scheduler.rs for prepare_scheduled_procedure_call and call_scheduled_reducer_until_done, errors from procedure_call_params_for_queued_item and reducer_call_params_for_queued_item combine datastore/BSATN failures with missing functions or invalid arguments.
The goal is to preserve the distinction so we can use appropriate log levels.
Follow-up from #5640.
In
crates/core/src/host/scheduler.rsforprepare_scheduled_procedure_callandcall_scheduled_reducer_until_done, errors fromprocedure_call_params_for_queued_itemandreducer_call_params_for_queued_itemcombine datastore/BSATN failures with missing functions or invalid arguments.The goal is to preserve the distinction so we can use appropriate log levels.