Procházet zdrojové kódy

Add an "errors" section in readme.

Jing Yang před 5 roky
rodič
revize
c951e0ec33
1 změnil soubory, kde provedl 3 přidání a 0 odebrání
  1. 3 0
      README.md

+ 3 - 0
README.md

@@ -44,6 +44,9 @@ A typical use case is as follows.
     assert!(resut.is_err());
     assert!(resut.is_err());
 ```
 ```
 
 
+## Errors
+The network returns different types of errors in different situations. See `client.rs` for more details.
+
 ## Implementation
 ## Implementation
 Behind the scenes, all clients send requests through a shared request queue. There is a dedicated thread taking requests
 Behind the scenes, all clients send requests through a shared request queue. There is a dedicated thread taking requests
 from the queue and delegating the request to a set of workers. Each worker looks up the client, checks ACLs, finds the
 from the queue and delegating the request to a set of workers. Each worker looks up the client, checks ACLs, finds the