Specification
When an RPC call fails it throws ErrorPolykeyRemote with the true error as the cause. This is very noisy when printed by the CLI command and is frankly confusing at times. When reporting these errors we want to unwrap the ErrorPolykeyRemote and just report the actual cause of the error.
Additional context
Tasks
- Unwrap the
ErrorPolykeyRemote error and just report the cause when reporting the RPC errors.
Specification
When an RPC call fails it throws
ErrorPolykeyRemotewith the true error as the cause. This is very noisy when printed by the CLI command and is frankly confusing at times. When reporting these errors we want to unwrap theErrorPolykeyRemoteand just report the actual cause of the error.Additional context
--verbosityflags #17Tasks
ErrorPolykeyRemoteerror and just report the cause when reporting the RPC errors.