common-errors
Advanced tools
Comparing version
@@ -5,3 +5,3 @@ { | ||
"description": "Common error classes and utility functions", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"repository": { | ||
@@ -26,3 +26,3 @@ "type": "git", | ||
"body-parser": "*", | ||
"lodash": "= 3.10.1", | ||
"lodash": "3.10.1", | ||
"bluebird": "^3.4.0" | ||
@@ -61,4 +61,4 @@ }, | ||
"engines": { | ||
"node": ">= 0.8" | ||
"node": ">=0.8" | ||
} | ||
} |
@@ -71,2 +71,3 @@ common-errors | ||
<a name="alreadyinuse" /> | ||
### AlreadyInUseError | ||
@@ -91,2 +92,3 @@ | ||
<a name="argument" /> | ||
### ArgumentError | ||
@@ -111,2 +113,3 @@ | ||
<a name="argumentnull" /> | ||
### ArgumentNullError | ||
@@ -131,2 +134,3 @@ | ||
<a name="authrequired" /> | ||
### AuthenticationRequiredError | ||
@@ -151,2 +155,3 @@ | ||
<a name="connection" /> | ||
### ConnectionError | ||
@@ -171,2 +176,3 @@ | ||
<a name="data" /> | ||
### DataError | ||
@@ -191,2 +197,3 @@ | ||
<a name="memcached" /> | ||
### MemcachedError | ||
@@ -211,2 +218,3 @@ | ||
<a name="mongodb" /> | ||
### MongoDBError | ||
@@ -231,2 +239,3 @@ | ||
<a name="redis" /> | ||
### RedisError | ||
@@ -251,2 +260,3 @@ | ||
<a name="rollback" /> | ||
### RollbackError | ||
@@ -271,2 +281,3 @@ | ||
<a name="sql" /> | ||
### SQLError | ||
@@ -291,2 +302,3 @@ | ||
<a name="transaction" /> | ||
### TransactionError | ||
@@ -311,2 +323,3 @@ | ||
<a name="error" /> | ||
### Error | ||
@@ -331,2 +344,3 @@ | ||
<a name="httpstatus" /> | ||
### HttpStatusError | ||
@@ -368,2 +382,3 @@ | ||
<a name="invalidoperation" /> | ||
### InvalidOperationError | ||
@@ -388,2 +403,3 @@ | ||
<a name="io" /> | ||
### IOError | ||
@@ -408,2 +424,3 @@ | ||
<a name="directorynotfound" /> | ||
### DirectoryNotFoundError | ||
@@ -428,2 +445,3 @@ | ||
<a name="drivenotfound" /> | ||
### DriveNotFoundError | ||
@@ -448,2 +466,3 @@ | ||
<a name="endofstream" /> | ||
### EndOfStreamError | ||
@@ -468,2 +487,3 @@ | ||
<a name="fileload" /> | ||
### FileLoadError | ||
@@ -488,2 +508,3 @@ | ||
<a name="filenotfound" /> | ||
### FileNotFoundError | ||
@@ -508,2 +529,3 @@ | ||
<a name="socket" /> | ||
### SocketError | ||
@@ -528,2 +550,3 @@ | ||
<a name="notfound" /> | ||
### NotFoundError | ||
@@ -548,2 +571,3 @@ | ||
<a name="notimplemented" /> | ||
### NotImplementedError | ||
@@ -568,2 +592,3 @@ | ||
<a name="notpermitted" /> | ||
### NotPermittedError | ||
@@ -588,2 +613,3 @@ | ||
<a name="notsupported" /> | ||
### NotSupportedError | ||
@@ -608,2 +634,3 @@ | ||
<a name="outofmemory" /> | ||
### OutOfMemoryError | ||
@@ -628,2 +655,3 @@ | ||
<a name="range" /> | ||
### RangeError | ||
@@ -648,2 +676,3 @@ | ||
<a name="reference" /> | ||
### ReferenceError | ||
@@ -668,2 +697,3 @@ | ||
<a name="stackoverflow" /> | ||
### StackOverflowError | ||
@@ -688,2 +718,3 @@ | ||
<a name="syntax" /> | ||
### SyntaxError | ||
@@ -708,2 +739,3 @@ | ||
<a name="timeout" /> | ||
### TimeoutError | ||
@@ -728,2 +760,3 @@ | ||
<a name="type" /> | ||
### TypeError | ||
@@ -748,2 +781,3 @@ | ||
<a name="uri" /> | ||
### URIError | ||
@@ -768,2 +802,3 @@ | ||
<a name="validation" /> | ||
### ValidationError | ||
@@ -800,2 +835,3 @@ | ||
<a name="log" /> | ||
### Log | ||
@@ -821,2 +857,3 @@ | ||
<a name="prependCurrentStack" /> | ||
### prependCurrentStack | ||
@@ -843,2 +880,3 @@ | ||
<a name="generateClass" /> | ||
### generateClass | ||
@@ -876,2 +914,3 @@ | ||
<a name="crashprotector" /> | ||
### Crash Protector | ||
@@ -901,2 +940,3 @@ | ||
<a name="errorhandler" /> | ||
### Error Handler | ||
@@ -903,0 +943,0 @@ |
67875
0.05%944
4.42%