chiark / gitweb /
Make AuthError into a subcase of ClientError.
authorSimon Tatham <anakin@pobox.com>
Tue, 2 Jan 2024 11:35:06 +0000 (11:35 +0000)
committerSimon Tatham <anakin@pobox.com>
Tue, 2 Jan 2024 17:30:18 +0000 (17:30 +0000)
commitce51a080eed1768c894274640a4fb88e3b5fa478
treedc28ea40c11cdf541238d46da663bda433b3472c
parent687c8b56d707bc79a8c3aca9eb8c021cc76ab9cb
Make AuthError into a subcase of ClientError.

Now tui.rs doesn't have to handle it directly, and our client setup
can return the more general ClientError.
src/auth.rs
src/client.rs
src/tui.rs