mirror of
https://github.com/paradigmxyz/reth.git
synced 2026-01-31 01:58:17 -05:00
docs: add additional context to internal tracing error (#3531)
This commit is contained in:
@@ -68,6 +68,9 @@ pub enum EthApiError {
|
||||
#[error("invalid reward percentiles")]
|
||||
InvalidRewardPercentiles,
|
||||
/// Error thrown when a spawned tracing task failed to deliver an anticipated response.
|
||||
///
|
||||
/// This only happens if the tracing task panics and is aborted before it can return a response
|
||||
/// back to the request handler.
|
||||
#[error("internal error while tracing")]
|
||||
InternalTracingError,
|
||||
/// Error thrown when a spawned blocking task failed to deliver an anticipated response.
|
||||
|
||||
Reference in New Issue
Block a user