Throughout the codebase we currently use tonic::Code, i32 and with #418 we introduced ErrorCode. We need to decide which type to use and replace all the usages of other types, including in EntryResult, InvokerOutput::Failed, state machine.
See #418 (comment)
Throughout the codebase we currently use
tonic::Code,i32and with #418 we introducedErrorCode. We need to decide which type to use and replace all the usages of other types, including inEntryResult,InvokerOutput::Failed, state machine.See #418 (comment)