clientv3/doc: Improve error handling comment

This commit is contained in:
Louis-Paul Dareau 2018-08-23 19:47:27 +02:00
parent 2ee4525cd2
commit a3c09ee8e9
No known key found for this signature in database
GPG Key ID: DB9C840533295442

View File

@ -72,7 +72,7 @@
// } else if err == context.DeadlineExceeded {
// // ctx is attached with a deadline and it exceeded
// } else if err == rpctypes.ErrEmptyKey {
// // client-side error: key argument is empty
// // client-side error: key is not provided
// } else if ev, ok := status.FromError(err); ok {
// code := ev.Code()
// if code == codes.DeadlineExceeded {