aboutsummaryrefslogtreecommitdiff
path: root/crates/arti-rpcserver/src/err.rs
Commit message (Expand)AuthorAgeFilesLines
* Switch Cargo.toml files to edition 2024.Nick Mathewson2025-08-071-1/+1
* arti-rpcserver: Rename MethodNotFound to NoSuchMethod.Nick Mathewson2025-01-151-2/+2
* Remove Rpc* variants from tor_error::ErrorKindNick Mathewson2024-10-171-16/+19
* rpc: Simplify simplified close logic even furtherNick Mathewson2024-09-161-1/+1
* rpc: Simplify handling of fatal Json read errors.Nick Mathewson2024-09-161-12/+6
* rpc: Rename the error codes for something like consistency.Nick Mathewson2024-07-251-2/+2
* Arti: Add ability to remember the list of methods names.Nick Mathewson2023-04-191-7/+9
* rpc: Improve error reporting for invalid requestsNick Mathewson2023-04-121-0/+74