Make the description of 'RPCTimedOut' static (#1009)
Motivation:
When printing the 'RPCTimedOut' error, the time limit is also included.
Since these are often deadline based limits, the message is often
unique: this makes it cumbersome to correlate timeout failures logs.
Modifications:
- Remove the `timeLimit` from the `description` of `RPCTimedOut`.
Result:
- `RPCTimedOut` failures are easier to correlate in logs.