mirror of
https://github.com/paradigmxyz/reth.git
synced 2026-04-30 03:01:58 -04:00
chore: rewrite all error messages for consistency (#5176)
Co-authored-by: Roman Krasiuk <rokrassyuk@gmail.com>
This commit is contained in:
@@ -146,10 +146,10 @@ impl<'a> Arbitrary<'a> for IntegerList {
|
||||
#[derive(Debug, thiserror::Error)]
|
||||
pub enum EliasFanoError {
|
||||
/// The provided input is invalid.
|
||||
#[error("The provided input is invalid.")]
|
||||
#[error("the provided input is invalid")]
|
||||
InvalidInput,
|
||||
/// Failed to deserialize data into type.
|
||||
#[error("Failed to deserialize data into type.")]
|
||||
#[error("failed to deserialize data into type")]
|
||||
FailedDeserialize,
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user