diff --git a/Client.md b/Client.md index 48b6bdb..4a82c76 100644 --- a/Client.md +++ b/Client.md @@ -286,7 +286,7 @@ Raised when the internal [[query queue|Queryqueue]] has been emptied and all que users.on('row', function(row){ ...... }); ``` _____ -
+
### error : _object_ error Raised when the client recieves an error message from PostgreSQL _or_ when the underlying stream raises an error. The single parameter passed to the listener will be the error message or error object.