We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77942dd commit 888360fCopy full SHA for 888360f
src/errors.rs
@@ -67,9 +67,9 @@ pub enum JsonRpcServerResponseStatusError {
67
TooManyRequests,
68
#[error("the server returned status code 400 - bad request")]
69
BadRequest,
70
- #[error("timerout error")]
+ #[error("the request failed with timeout error")]
71
TimeoutError,
72
- #[error("serivce unavailable")]
+ #[error("the server is unavailable")]
73
ServiceUnavailable,
74
/// The RPC server returned a non-200 status code.
75
#[error("the server returned a non-OK (200) status code: [{status}]")]
0 commit comments