docs: add additional context to internal tracing error (#3531)

This commit is contained in:
Matthias Seitz
2023-07-02 12:52:02 +02:00
committed by GitHub
parent 1c796f24fc
commit 7c3c8ab977

View File

@@ -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.