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
There are a lot of things in Kivik's codebase that can throw uncaught exceptions. These exceptions should be caught, logged, and the code should gracefully fail accordingly.
YAML.parse can't parse the RC file
<deployment> does not refer to a key in the RC file
Docker errors (src/Container.js)
require, fs.read*
nano can't communicate with couch
couch forbids a nano request
Things are stopped before they're started, deployed before they're loaded, etc.
The text was updated successfully, but these errors were encountered:
There are a lot of things in Kivik's codebase that can throw uncaught exceptions. These exceptions should be caught, logged, and the code should gracefully fail accordingly.
YAML.parse
can't parse the RC file<deployment>
does not refer to a key in the RC filerequire
,fs.read*
The text was updated successfully, but these errors were encountered: