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 92fe260 commit 027a4cfCopy full SHA for 027a4cf
utils/src/payloads/tasks.rs
@@ -78,9 +78,8 @@ pub enum TaskError {
78
/// Can be a provider name, or RPC etc.
79
provider: String,
80
},
81
- /// A network-related error from the client.
82
- #[error("HTTP error: {0}")]
83
/// This is a generic HTTP error, not necessarily related to the provider.
+ #[error("HTTP error: {0}")]
84
HttpError(String),
85
/// Any other executor error that is not a provider error.
86
#[error("Executor error: {0}")]
0 commit comments