You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Errors triggered by nano are extended with additional fields, this commits adds
the typescript definition for them.
The name "RequestError" was chosen because it seems like it all nano errors are
triggered by a request (a 'socket' or a 'couch' error).
I considered "NanoError", but the full type `nano.NanoError` doesn't sound
better than `nano.RequestError` and no other interface have been prefixed with
"Nano".
0 commit comments