summaryrefslogtreecommitdiff
path: root/crates/tor-rpcbase/src/err.rs
Commit message (Expand)AuthorAgeFilesLines
* rpc: Include "data" field in error.Nick Mathewson2024-10-171-3/+43
* Remove Rpc* variants from tor_error::ErrorKindNick Mathewson2024-10-171-11/+4
* Tweak some RpcErrorKind member names.Nick Mathewson2024-10-171-4/+4
* rpc: Create a constructor for RpcError.Nick Mathewson2024-10-171-0/+14
* rpc: Allow the "RpcError.kinds" to be an RpcErrorKind.Nick Mathewson2024-10-171-10/+33
* rpc: Make RpcErrorKind public.Nick Mathewson2024-10-171-1/+2
* rpc: Rename RpcCode to RpcErrorKind.Nick Mathewson2024-10-171-6/+13
* rpc: Use an alias for RpcCode.Nick Mathewson2024-10-171-9/+10
* rpc: Remove prefix from RpcCode members.Nick Mathewson2024-10-171-20/+19
* tor-{error,rpcbase}: Add new RPC error codes from spec.Nick Mathewson2024-10-071-0/+6
* rpc: Remove special conversion for SendUpdateError.Nick Mathewson2024-07-251-10/+0
* rpc: Rename the error codes for something like consistency.Nick Mathewson2024-07-251-16/+17
* rpc: Remove RpcError data field and use ReportNick Mathewson2024-07-251-84/+20
* rpc: Do not hide InvokeError::Bug when converting to RpcErrorNick Mathewson2024-07-251-18/+35
* rpc: split "method not found"Nick Mathewson2024-07-251-7/+7
* Run maint/add_warning.Nick Mathewson2024-03-131-0/+1
* Run maint/add_warning to add lint block everywhereIan Jackson2023-08-231-0/+1
* Run maint/add_warning to actually apply new lint allowsIan Jackson2023-07-101-0/+1
* RPC: Log all internal errors.Nick Mathewson2023-04-191-3/+7
* rpc: impl From<SendUpdateError> for RpcError.Nick Mathewson2023-04-191-0/+14
* rpc, spec: Document current ObjectError, RequestError behavior as correct.Nick Mathewson2023-04-131-10/+2
* rpcbase: Use correct error codes, and add tests.Nick Mathewson2023-04-121-6/+181
* tor-rpcbase: Create error kinds properly.Nick Mathewson2023-04-121-14/+16
* tor-rpcbase: Rename and rephrase "command" to "method"Nick Mathewson2023-04-121-2/+2
* Rename tor-rpccmd to tor-rpcbase.Nick Mathewson2023-04-121-0/+77