aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Mitchener <bruce.mitchener@gmail.com>2013-08-10 09:51:07 +0700
committerBruce Mitchener <bruce.mitchener@gmail.com>2013-08-10 09:52:00 +0700
commit69c93a14f3c6d0596624bf02679386ee6bf20949 (patch)
treeb858f7d2b1c994117dcf1c79f19b947144a6d15b
parent3bef3b2cd64d3e6061eef6de08a6d384e59f7c27 (diff)
Provide additional errno messages.
-rw-r--r--src/library.js12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/library.js b/src/library.js
index 14fd3e1b..6ce77268 100644
--- a/src/library.js
+++ b/src/library.js
@@ -8378,16 +8378,16 @@ LibraryManager.library = {
{{{ cDefine('EPROTONOSUPPORT') }}}: 'Unknown protocol',
{{{ cDefine('ESOCKTNOSUPPORT') }}}: 'Socket type not supported',
{{{ cDefine('EADDRNOTAVAIL') }}}: 'Address not available',
- {{{ cDefine('ENETRESET') }}}: 'ENETRESET',
+ {{{ cDefine('ENETRESET') }}}: 'Connection reset by network',
{{{ cDefine('EISCONN') }}}: 'Socket is already connected',
{{{ cDefine('ENOTCONN') }}}: 'Socket is not connected',
- {{{ cDefine('ETOOMANYREFS') }}}: 'TOOMANYREFS',
- {{{ cDefine('EUSERS') }}}: 'EUSERS',
- {{{ cDefine('EDQUOT') }}}: 'EDQUOT',
- {{{ cDefine('ESTALE') }}}: 'ESTALE',
+ {{{ cDefine('ETOOMANYREFS') }}}: 'Too many references',
+ {{{ cDefine('EUSERS') }}}: 'Too many users',
+ {{{ cDefine('EDQUOT') }}}: 'Quota exceeded',
+ {{{ cDefine('ESTALE') }}}: 'Stale file handle',
{{{ cDefine('ENOTSUP') }}}: 'Not supported',
{{{ cDefine('ENOMEDIUM') }}}: 'No medium (in tape drive)',
- {{{ cDefine('EILSEQ') }}}: 'EILSEQ',
+ {{{ cDefine('EILSEQ') }}}: 'Illegal byte sequence',
{{{ cDefine('EOVERFLOW') }}}: 'Value too large for defined data type',
{{{ cDefine('ECANCELED') }}}: 'Operation canceled',
{{{ cDefine('ENOTRECOVERABLE') }}}: 'State not recoverable',