Defining RPC Layers with Error Channels: Anti-pattern or Not?
is it an anti-pattern to define RPC layers with an error channel, eg
if the RPC implementation requires a database & config, which can both potentially fail to construct?
if the RPC implementation requires a database & config, which can both potentially fail to construct?
